Fixed bug with local index not showing after switching tabs

This commit is contained in:
Denis 2014-11-20 12:38:21 +02:00
parent f3fcc04f67
commit 8928064b66

View file

@ -477,6 +477,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment {
listAdapter.addLocalIndexInfo(info);
}
listAdapter.sortData();
getExpandableListView().setAdapter(listAdapter);
}
ActionBar actionBar = getDownloadActivity().getSupportActionBar();
//hide action bar from downloadindexfragment