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 86f2463 commit 521c337Copy full SHA for 521c337
packages/firebase_dynamic_links/firebase_dynamic_links/ios/Classes/FLTFirebaseDynamicLinksPlugin.m
@@ -327,11 +327,8 @@ - (BOOL)application:(UIApplication *)application
327
}
328
};
329
330
- [[FIRDynamicLinks dynamicLinks] handleUniversalLink:userActivity.webpageURL
331
- completion:completionBlock];
332
-
333
- // Results of this are ORed and NO doesn't affect other delegate interceptors' result.
334
- return NO;
+ return [[FIRDynamicLinks dynamicLinks] handleUniversalLink:userActivity.webpageURL
+ completion:completionBlock];
335
336
337
#pragma mark - Utilities
0 commit comments