Undo unnecessary changes
This commit is contained in:
parent
a2e181ee70
commit
eec128c160
1 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,7 @@ public class ContextMenuLayer extends OsmandMapLayer {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
hideVisibleMenues();
|
||||
LatLon pointLatLon = tileBox.getLatLonFromPixel(point.x, point.y);
|
||||
menu.show(pointLatLon, null, null);
|
||||
|
||||
|
@ -804,6 +805,7 @@ public class ContextMenuLayer extends OsmandMapLayer {
|
|||
return true;
|
||||
|
||||
} else if (selectedObjects.size() > 1) {
|
||||
hideVisibleMenues();
|
||||
selectedObjectContextMenuProvider = null;
|
||||
showContextMenuForSelectedObjects(pointLatLon, selectedObjects);
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue