Fix apply new position bug
This commit is contained in:
parent
9569b9e73f
commit
ef966b5e6d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue