File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -341,13 +341,14 @@ - (void)initSessionWithLaunchOptions:(NSDictionary *)options isReferrable:(BOOL)
341341 }
342342 }
343343 else if ([options objectForKey: UIApplicationLaunchOptionsUserActivityDictionaryKey]) {
344- self.preferenceHelper .shouldWaitForInit = YES ;
345344 if (self.accountForFacebookSDK ) {
346345 id activity = [[options objectForKey: UIApplicationLaunchOptionsUserActivityDictionaryKey] objectForKey: @" UIApplicationLaunchOptionsUserActivityKey" ];
347346 if (activity && [activity isKindOfClass: [NSUserActivity class ]]) {
348347 [self continueUserActivity: activity];
348+ return ;
349349 }
350350 }
351+ self.preferenceHelper .shouldWaitForInit = YES ;
351352 }
352353 }
353354 else if (![options objectForKey: UIApplicationLaunchOptionsURLKey]) {
You can’t perform that action at this time.
0 commit comments