Commit 490493a1 authored by Sajal's avatar Sajal

Refresh explore list on start

parent eab7572c
......@@ -92,8 +92,7 @@ public class ExploreFragment extends Fragment {
}
});
} else {
updateAdapters(bodies, events, users);
updateAdapters(allBodies, new ArrayList<Event>(), new ArrayList<User>());
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