Fix apply new position bug

This commit is contained in:
Alexey Kulish 2016-11-09 09:20:40 +03:00
parent 21867ed74c
commit 48cb69792c

View file

@ -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);