Fix #4693
This commit is contained in:
parent
4478d9bf77
commit
36ca54f3dc
1 changed files with 1 additions and 1 deletions
|
@ -1258,7 +1258,7 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
|||
|
||||
settings.setLastKnownMapLocation((float) mapView.getLatitude(), (float) mapView.getLongitude());
|
||||
AnimateDraggingMapThread animatedThread = mapView.getAnimatedDraggingThread();
|
||||
if (animatedThread.isAnimating() && animatedThread.getTargetIntZoom() != 0) {
|
||||
if (animatedThread.isAnimating() && animatedThread.getTargetIntZoom() != 0 && !mapViewTrackingUtilities.isMapLinkedToLocation()) {
|
||||
settings.setMapLocationToShow(animatedThread.getTargetLatitude(), animatedThread.getTargetLongitude(),
|
||||
animatedThread.getTargetIntZoom());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue