Merge pull request #5659 from igrechuhin/crash-fix

[crash-fix] [ios] Attempt to fix crash.
This commit is contained in:
Vlad Mihaylenko 2017-03-22 12:42:53 +03:00 committed by GitHub
commit c016e9fd5c

View file

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