File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,8 +410,8 @@ - (BOOL)continueUserActivity:(NSUserActivity *)userActivity {
410410 // check to see if a browser activity needs to be handled
411411 if ([userActivity.activityType isEqualToString: NSUserActivityTypeBrowsingWeb ]) {
412412 self.preferenceHelper .universalLinkUrl = [userActivity.webpageURL absoluteString ];
413- [self initUserSessionAndCallCallback: YES ];
414413 self.preferenceHelper .shouldWaitForInit = NO ;
414+ [self initUserSessionAndCallCallback: YES ];
415415
416416 id branchUniversalLinkDomains = [self .preferenceHelper getBranchUniversalLinkDomains ];
417417 if ([branchUniversalLinkDomains isKindOfClass: [NSString class ]] && [[userActivity.webpageURL absoluteString ] containsString: branchUniversalLinkDomains]) {
@@ -448,8 +448,8 @@ - (BOOL)continueUserActivity:(NSUserActivity *)userActivity {
448448 }
449449 }
450450
451- [self initUserSessionAndCallCallback: YES ];
452451 self.preferenceHelper .shouldWaitForInit = NO ;
452+ [self initUserSessionAndCallCallback: YES ];
453453
454454 return spotlightIdentifier != nil ;
455455}
@@ -1367,4 +1367,4 @@ + (NSString *)kitDisplayVersion {
13671367 return @" 0.12.9" ;
13681368}
13691369
1370- @end
1370+ @end
You can’t perform that action at this time.
0 commit comments