提交 d0839ab6 编写于 作者: C Chinmay Garde

Fix issue caught by Clang analyzer in the Flutter iOS framework

上级 8de9e928
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册