ios: fix Goggle Sign-In deep-lining

This commit is contained in:
Saúl Ibarra Corretgé 2019-01-24 14:17:43 +01:00 committed by Saúl Ibarra Corretgé
parent 111397d944
commit 37d3625210
1 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#import <React/RCTLinkingManager.h>
#import <React/RCTRootView.h>
#import <RNGoogleSignin/RNGoogleSignin.h>
#import "Dropbox.h"
#import "Invite+Private.h"
#import "InviteController+Private.h"
@ -146,6 +148,13 @@ static NSMapTable<NSString *, JitsiMeetView *> *views;
return YES;
}
if ([RNGoogleSignin application:app
openURL:url
sourceApplication:options[UIApplicationOpenURLOptionsSourceApplicationKey]
annotation:options[UIApplicationOpenURLOptionsAnnotationKey]]) {
return YES;
}
// XXX At least twice we received bug reports about malfunctioning loadURL
// in the Jitsi Meet SDK while the Jitsi Meet app seemed to functioning as
// expected in our testing. But that was to be expected because the app does