Skip to content

Commit

Permalink
revert change to app delegate that wont build on earlier xcodes (flut…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Jul 9, 2018
1 parent 45db8f7 commit d5fce84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ - (void)application:(UIApplication*)application

- (BOOL)application:(UIApplication*)application
continueUserActivity:(NSUserActivity*)userActivity
restorationHandler:(void (^)(NSArray<id<UIUserActivityRestoring>>*))restorationHandler {
restorationHandler:(void (^)(NSArray*))restorationHandler {
return [_lifeCycleDelegate application:application
continueUserActivity:userActivity
restorationHandler:restorationHandler];
Expand Down

0 comments on commit d5fce84

Please sign in to comment.