Wrong POI Multiselection after 1 selection
https://github.com/osmandapp/OsmAnd-Issues/issues/516
This commit is contained in:
parent
e1dab2db4c
commit
e5bb46e88f
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ final class MapLayerMenuListener extends OnRowItemClick {
|
|||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
};
|
||||
if (poiFiltersHelper.isShowingAnyPoi(wiki)) {
|
||||
boolean isCategoryMultichoose = poiFiltersHelper.getSelectedPoiFilters(wiki).size() > 1;
|
||||
if (isCategoryMultichoose) {
|
||||
mapActivity.getMapLayers().showMultichoicePoiFilterDialog(mapActivity.getMapView(),
|
||||
dismissListener);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue