Fix: hide orange map selection when multi-menu disappears
This commit is contained in:
parent
398ce41920
commit
945fce2cc9
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class MapMultiSelectionMenu extends BaseMenuController {
|
|||
private void clearMenu() {
|
||||
clearSelectedObjects();
|
||||
objects.clear();
|
||||
getMapActivity().refreshMap();
|
||||
}
|
||||
|
||||
public void show(LatLon latLon, Map<Object, IContextMenuProvider> selectedObjects) {
|
||||
|
|
Loading…
Reference in a new issue