forked from organicmaps/organicmaps
[ios] Fixed location manager start for old users.
This commit is contained in:
parent
92923578ab
commit
9ad269bf49
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void setPermissionRequested()
|
|||
|
||||
+ (void)applicationDidBecomeActive
|
||||
{
|
||||
if (isPermissionRequested())
|
||||
if (isPermissionRequested() || ![Alohalytics isFirstSession])
|
||||
[MWMLocationManager manager].started = YES;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue