forked from organicmaps/organicmaps-tmp
[ios] disable location updates pausing in BG during the nav/track recording
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
50b35086c9
commit
5a0ba02276
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue