[crash-fix] [ios] Attempt to fix crash.

This commit is contained in:
Ilya Grechuhin 2017-03-22 12:05:37 +03:00
parent 00e6262ed4
commit 8777957cfe

View file

@ -188,6 +188,7 @@ void setPermissionRequested()
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
self.locationManager.delegate = nil;
}
+ (void)start { [self manager].started = YES; }