Merge pull request #965 from Bars107/master

Fixed bug with local index not showing after switching tabs
This commit is contained in:
vshcherb 2014-11-20 17:00:37 +01:00
commit 6ec80b62e4

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