We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf35aa commit d3ac44cCopy full SHA for d3ac44c
app/src/main/java/com/proxerme/app/fragment/NewsFragment.java
@@ -42,7 +42,7 @@
42
*/
43
public class NewsFragment extends DashboardFragment {
44
45
- public static final String STATE_NEWS_LOADING = "news_loading";
+ private static final String STATE_NEWS_LOADING = "news_loading";
46
private static final String STATE_METHOD_BEFORE_ERROR = "news_method_before_error";
47
private static final String STATE_CURRENT_PAGE = "news_current_page";
48
private static final String STATE_LAST_LOADED_PAGE = "news_last_loaded_page";
0 commit comments