Skip to content

Commit e85b0c7

Browse files
committed
Fix warning.
1 parent 15f5d46 commit e85b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/DynamicLinks/FDLBuilderTestAppObjC/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ - (BOOL)application:(UIApplication *)application
6060

6161
- (BOOL)application:(UIApplication *)application
6262
continueUserActivity:(NSUserActivity *)userActivity
63-
restorationHandler:(void (^)(NSArray *))restorationHandler {
63+
restorationHandler:(void (^)(NSArray<id<UIUserActivityRestoring>> * _Nullable))restorationHandler {
6464
BOOL handled = [[FIRDynamicLinks dynamicLinks]
6565
handleUniversalLink:userActivity.webpageURL
6666
completion:^(FIRDynamicLink *_Nullable dynamicLink, NSError *_Nullable error) {

0 commit comments

Comments
 (0)