|
@@ -288,7 +288,7 @@ public class ExtendedListFragment extends Fragment
|
|
mRefreshListLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_containing_list);
|
|
mRefreshListLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_containing_list);
|
|
mRefreshGridLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_containing_grid);
|
|
mRefreshGridLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_containing_grid);
|
|
mRefreshEmptyLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_containing_empty);
|
|
mRefreshEmptyLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_containing_empty);
|
|
-
|
|
|
|
|
|
+
|
|
onCreateSwipeToRefresh(mRefreshListLayout);
|
|
onCreateSwipeToRefresh(mRefreshListLayout);
|
|
onCreateSwipeToRefresh(mRefreshGridLayout);
|
|
onCreateSwipeToRefresh(mRefreshGridLayout);
|
|
onCreateSwipeToRefresh(mRefreshEmptyLayout);
|
|
onCreateSwipeToRefresh(mRefreshEmptyLayout);
|
|
@@ -450,6 +450,11 @@ public class ExtendedListFragment extends Fragment
|
|
|
|
|
|
if (searchView != null) {
|
|
if (searchView != null) {
|
|
searchView.onActionViewCollapsed();
|
|
searchView.onActionViewCollapsed();
|
|
|
|
+
|
|
|
|
+ if (getActivity() != null) {
|
|
|
|
+ FileDisplayActivity fileDisplayActivity = (FileDisplayActivity) getActivity();
|
|
|
|
+ fileDisplayActivity.setDrawerIndicatorEnabled(fileDisplayActivity.isDrawerIndicatorAvailable());
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
mRefreshListLayout.setRefreshing(false);
|
|
mRefreshListLayout.setRefreshing(false);
|