Skip to content

Commit

Permalink
Call the correct super method in FlutterViewController’s viewDidAppear (
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson authored Feb 8, 2017
1 parent 4baeae8 commit 36dda92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ - (void)viewDidAppear:(BOOL)animated {
[self onLocaleUpdated:nil];
[self onVoiceOverChanged:nil];

[super viewWillAppear:animated];
[super viewDidAppear:animated];
}

- (void)viewWillDisappear:(BOOL)animated {
Expand Down

0 comments on commit 36dda92

Please sign in to comment.