Commit 811c6f55 authored by Varun Patil's avatar Varun Patil

Do not show loader in Explore

parent 2c58d45f
......@@ -173,9 +173,6 @@ public class ExploreFragment extends Fragment {
public void doSearch(final String query) {
if (getActivity() == null || getView() == null) return;
// Show loading spinner
getView().findViewById(R.id.loadingPanel).setVisibility(View.VISIBLE);
// Set the lastest query
currentQuery = query;
......
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