Fixed bug with local index not showing after switching tabs
This commit is contained in:
parent
99515f9e9b
commit
4f2e3acb31
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue