Merge pull request #2494 from chinmaygarde/master

Fix issue caught by Clang analyzer in the Flutter iOS framework
This commit is contained in:
Chinmay Garde 2016-03-10 17:29:10 -08:00
commit 424c27a06a

View File

@ -441,10 +441,14 @@ static inline PointerTypeMapperPhase PointerTypePhaseFromUITouchPhase(
- (void)viewDidAppear:(BOOL)animated {
[self surfaceUpdated:YES];
[super viewWillAppear:animated];
}
- (void)viewWillDisappear:(BOOL)animated {
[self surfaceUpdated:NO];
[super viewWillDisappear:animated];
}
- (UIStatusBarStyle)preferredStatusBarStyle {