forked from organicmaps/organicmaps
[crash-fix] [ios] Attempt to fix crash.
This commit is contained in:
parent
00e6262ed4
commit
8777957cfe
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ void setPermissionRequested()
|
|||
|
||||
- (void)dealloc
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
self.locationManager.delegate = nil;
|
||||
}
|
||||
+ (void)start { [self manager].started = YES; }
|
||||
|
|
Loading…
Add table
Reference in a new issue