From ef966b5e6d8f03fc5d43f46d3641237f944dc205 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Wed, 9 Nov 2016 09:20:40 +0300 Subject: [PATCH] Fix apply new position bug --- OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java | 1 + 1 file changed, 1 insertion(+) 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);