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 99515f9e9b
commit 4f2e3acb31

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