mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2494 from chinmaygarde/master
Fix issue caught by Clang analyzer in the Flutter iOS framework
This commit is contained in:
commit
424c27a06a
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user