diff --git a/iphone/Maps/Core/Location/MWMLocationManager.mm b/iphone/Maps/Core/Location/MWMLocationManager.mm index 2fe6cdca55..991aa6cd30 100644 --- a/iphone/Maps/Core/Location/MWMLocationManager.mm +++ b/iphone/Maps/Core/Location/MWMLocationManager.mm @@ -444,7 +444,7 @@ void setShowLocationAlert(BOOL needShow) { _locationManager = [[CLLocationManager alloc] init]; _locationManager.delegate = self; [MWMLocationManager refreshGeoModeSettingsFor:_locationManager geoMode:self.geoMode]; - _locationManager.pausesLocationUpdatesAutomatically = YES; + _locationManager.pausesLocationUpdatesAutomatically = NO; _locationManager.headingFilter = 3.0; } return _locationManager;