Merge pull request #11034 from osmandapp/fix_list_bounds_exception

Fix IndexOutOfBoundsException
This commit is contained in:
vshcherb 2021-02-28 21:29:45 +01:00 committed by GitHub
commit 898d9224e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1005,6 +1005,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment implement
}
}
});
notifyDataSetChanged();
}
public Set<GpxInfo> getSelectedGpx() {