Small issue fix
This commit is contained in:
parent
63bbafa7b4
commit
a934ffe078
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment {
|
|||
return true;
|
||||
}
|
||||
selectedItems.add(child);
|
||||
listAdapter.notifyDataSetInvalidated();
|
||||
listAdapter.notifyDataSetChanged();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue