From 75ca1306fab8dea522dec9cb2ce0f43bfdd589fc Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 9 Jul 2018 15:22:25 -0700 Subject: [PATCH] revert change to app delegate that wont build on earlier xcodes (flutter/engine#5702) --- .../platform/darwin/ios/framework/Source/FlutterAppDelegate.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm index efdabb7f6b2..a544d516c81 100644 --- a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm +++ b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm @@ -129,7 +129,7 @@ - (BOOL)application:(UIApplication*)application continueUserActivity:(NSUserActivity*)userActivity - restorationHandler:(void (^)(NSArray>*))restorationHandler { + restorationHandler:(void (^)(NSArray*))restorationHandler { return [_lifeCycleDelegate application:application continueUserActivity:userActivity restorationHandler:restorationHandler];