Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
17d8f70da7
1 changed files with 2 additions and 2 deletions
|
@ -339,8 +339,8 @@ public class MapViewTrackingUtilities implements OsmAndLocationListener, IMapLoc
|
|||
OsmAndLocationProvider locationProvider = app.getLocationProvider();
|
||||
if (!isMapLinkedToLocation()) {
|
||||
setMapLinkedToLocation(true);
|
||||
if (locationProvider.getLastKnownLocation() != null) {
|
||||
net.osmand.Location lastKnownLocation = locationProvider.getLastKnownLocation();
|
||||
net.osmand.Location lastKnownLocation = locationProvider.getLastKnownLocation();
|
||||
if (lastKnownLocation != null) {
|
||||
AnimateDraggingMapThread thread = mapView.getAnimatedDraggingThread();
|
||||
int fZoom = mapView.getZoom() < zoom ? zoom : mapView.getZoom();
|
||||
movingToMyLocation = true;
|
||||
|
|
Loading…
Reference in a new issue