Fix IndexOutOfBoundsException

This commit is contained in:
cepprice 2021-02-28 23:42:57 +05:00
parent 8ff6eff178
commit 718b5a648b

View file

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