Fix apply new position bug
This commit is contained in:
parent
21867ed74c
commit
48cb69792c
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ public class ContextMenuLayer extends OsmandMapLayer {
|
||||||
|
|
||||||
} else if (showUnknownLocation) {
|
} else if (showUnknownLocation) {
|
||||||
hideVisibleMenues();
|
hideVisibleMenues();
|
||||||
|
selectedObjectContextMenuProvider = null;
|
||||||
LatLon latLon = getLatLon(point, tileBox);
|
LatLon latLon = getLatLon(point, tileBox);
|
||||||
activity.getMapViewTrackingUtilities().setMapLinkedToLocation(false);
|
activity.getMapViewTrackingUtilities().setMapLinkedToLocation(false);
|
||||||
menu.show(latLon, null, null);
|
menu.show(latLon, null, null);
|
||||||
|
|
Loading…
Reference in a new issue