We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104364f commit e5d40c5Copy full SHA for e5d40c5
Firebase/Auth/Source/FIRAuthAppDelegateProxy.m
@@ -51,7 +51,8 @@ static BOOL isIOS9orLater() {
51
}
52
return NO;
53
#else
54
- return &UIApplicationOpenURLOptionsAnnotationKey; // the constant is only available on iOS 9+
+ // UIApplicationOpenURLOptionsAnnotationKey is only available on iOS 9+.
55
+ return &UIApplicationOpenURLOptionsAnnotationKey != NULL;
56
#endif
57
58
0 commit comments