Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit ef0a4cf

Browse files
Fix for application:openURL:options: swizzling on iOS #390
1 parent ba76ce6 commit ef0a4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ios/GooglePlus.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ - (BOOL)indentity_application_options: (UIApplication *)app
6363
annotation:options[UIApplicationOpenURLOptionsAnnotationKey]];
6464
} else {
6565
// Other
66-
return [self application:app openURL:url options:options[UIApplicationOpenURLOptionsAnnotationKey]];
66+
return [self indentity_application_options:app openURL:url options:options];
6767
}
6868
}
6969
@end

0 commit comments

Comments
 (0)