Skip to content

Commit

Permalink
(iOS) bugfix: remove openURL delegate that was erroneously re-added b…
Browse files Browse the repository at this point in the history
…y merge error.

Reimplements dpa99c#731.
Will resolve dpa99c#718.
  • Loading branch information
dpa99c committed Aug 1, 2022
1 parent 935b15c commit 98def34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ios/AppDelegate+FirebasePlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,6 @@ - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotif
[FirebasePlugin.firebasePlugin _logError:[NSString stringWithFormat:@"didFailToRegisterForRemoteNotificationsWithError: %@", error.description]];
}

- (BOOL)application:(nonnull UIApplication *)application
openURL:(nonnull NSURL *)url
options:(nonnull NSDictionary<NSString *, id> *)options {
return [[GIDSignIn sharedInstance] handleURL:url];
}

- (void)userNotificationCenter:(UNUserNotificationCenter *)center openSettingsForNotification:(UNNotification *)notification
{
@try {
Expand Down

0 comments on commit 98def34

Please sign in to comment.