Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d5fce84

Browse files
author
Jonah Williams
authored
revert change to app delegate that wont build on earlier xcodes (#5702)
1 parent 45db8f7 commit d5fce84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ - (void)application:(UIApplication*)application
129129

130130
- (BOOL)application:(UIApplication*)application
131131
continueUserActivity:(NSUserActivity*)userActivity
132-
restorationHandler:(void (^)(NSArray<id<UIUserActivityRestoring>>*))restorationHandler {
132+
restorationHandler:(void (^)(NSArray*))restorationHandler {
133133
return [_lifeCycleDelegate application:application
134134
continueUserActivity:userActivity
135135
restorationHandler:restorationHandler];

0 commit comments

Comments
 (0)