From 718b5a648b2cfe79a01d95957955461c095b75e9 Mon Sep 17 00:00:00 2001 From: cepprice Date: Sun, 28 Feb 2021 23:42:57 +0500 Subject: [PATCH] Fix IndexOutOfBoundsException --- OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java b/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java index 86f9654b73..22d24ba792 100644 --- a/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java +++ b/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java @@ -1005,6 +1005,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment implement } } }); + notifyDataSetChanged(); } public Set getSelectedGpx() {