Skip to content
Snippets Groups Projects
Commit 43d05233 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Update empty view if no network connection

parent b67bf255
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ public class NetworkBrowserFragment extends BaseBrowserFragment {
mAdapter.clear();
mFavorites = 0;
}
updateEmptyView();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment