Commit 5b7414d2 by Daniël Committed by GitHub

Update permission_handler/ios/Classes/PermissionManager.m

parent c073164c
......@@ -75,7 +75,8 @@
BOOL success = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
result([[NSNumber alloc] initWithBool:success]);
} else {
result(@false); }
result(@false);
}
}
+ (id)createPermissionStrategy:(PermissionGroup)permission {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment