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 e622a48 commit ecf35aaCopy full SHA for ecf35aa
app/src/main/java/com/proxerme/app/fragment/NewsFragment.java
@@ -47,11 +47,10 @@ public class NewsFragment extends DashboardFragment {
47
private static final String STATE_CURRENT_PAGE = "news_current_page";
48
private static final String STATE_LAST_LOADED_PAGE = "news_last_loaded_page";
49
private static final String STATE_ERROR_MESSAGE = "news_error_message";
50
- View root;
51
+ View root;
52
@Bind(R.id.fragment_news_list_container)
53
SwipeRefreshLayout swipeRefreshLayout;
54
-
55
@Bind(R.id.fragment_news_list)
56
RecyclerView list;
57
0 commit comments