Updated sort for local index
This commit is contained in:
parent
3f32c71c8d
commit
4d565a3ba8
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment {
|
|||
for(LocalIndexInfo info : getDownloadActivity().getLocalIndexInfos()){
|
||||
listAdapter.addLocalIndexInfo(info);
|
||||
}
|
||||
listAdapter.notifyDataSetChanged();
|
||||
listAdapter.sortData();
|
||||
}
|
||||
ActionBar actionBar = getDownloadActivity().getSupportActionBar();
|
||||
//hide action bar from downloadindexfragment
|
||||
|
|
Loading…
Reference in a new issue