Merge pull request #966 from Bars107/r1.9

Fixed bug with local index not showing after switching tabs
This commit is contained in:
vshcherb 2014-11-20 17:04:38 +01:00
commit 46173129f0

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