forked from organicmaps/organicmaps-tmp
[ios] Fixed location manager updates on returning to foreground.
This commit is contained in:
parent
b45d9c8158
commit
c23f2fb7d5
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ using namespace osm_auth_ios;
|
|||
|
||||
- (void)setIsDaemonMode:(BOOL)isDaemonMode
|
||||
{
|
||||
if (_isDaemonMode == isDaemonMode)
|
||||
if ([Alohalytics isFirstSession] && _isDaemonMode == isDaemonMode)
|
||||
return;
|
||||
_isDaemonMode = isDaemonMode;
|
||||
if (isDaemonMode)
|
||||
|
|
Loading…
Add table
Reference in a new issue