Commit 490493a1 authored by Sajal's avatar Sajal

Refresh explore list on start

parent eab7572c
...@@ -92,8 +92,7 @@ public class ExploreFragment extends Fragment { ...@@ -92,8 +92,7 @@ public class ExploreFragment extends Fragment {
} }
}); });
} else { } else {
updateAdapters(allBodies, new ArrayList<Event>(), new ArrayList<User>());
updateAdapters(bodies, events, users);
getView().findViewById(R.id.loadingPanel).setVisibility(View.GONE); getView().findViewById(R.id.loadingPanel).setVisibility(View.GONE);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment