Merge pull request #11034 from osmandapp/fix_list_bounds_exception
Fix IndexOutOfBoundsException
This commit is contained in:
commit
898d9224e0
1 changed files with 1 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment implement
|
|||
}
|
||||
}
|
||||
});
|
||||
notifyDataSetChanged();
|
||||
}
|
||||
|
||||
public Set<GpxInfo> getSelectedGpx() {
|
||||
|
|
Loading…
Reference in a new issue