File tree 2 files changed +1
-3
lines changed
app/src/main/java/com/cleanarch/features/wikientry
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
public interface WikiApiService {
26
26
27
- // https://en.wikipedia.org/w/api.php?format=json&action=query&prop=extracts&exintro=&explaintext=&titles=Stack%20Overflow
28
-
29
27
@ GET ("/w/api.php?format=json&action=query&prop=extracts&exintro=&explaintext=" )
30
28
Flowable <WikiEntryApiResponse > getWikiEntry (@ Query ("titles" ) String title );
31
29
}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ protected void onDestroy() {
71
71
super .onDestroy ();
72
72
73
73
//WikiEntry feature compoonent scope ends here
74
- ((CleanArchApp )getApplication ()).buildWikiEntryComponent ();
74
+ ((CleanArchApp )getApplication ()).releaseWikiEntryComponent ();
75
75
}
76
76
77
77
private View .OnClickListener submitButtonOnClickListener = new View .OnClickListener () {
You can’t perform that action at this time.
0 commit comments