diff --git a/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java b/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java index 6bbc1fdd97..891519bda7 100644 --- a/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java +++ b/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java @@ -464,6 +464,7 @@ public class ContextMenuLayer extends OsmandMapLayer { } else if (showUnknownLocation) { hideVisibleMenues(); + selectedObjectContextMenuProvider = null; LatLon latLon = getLatLon(point, tileBox); activity.getMapViewTrackingUtilities().setMapLinkedToLocation(false); menu.show(latLon, null, null);