提交 36dda923 编写于 作者: C Collin Jackson 提交者: GitHub

Call the correct super method in FlutterViewController’s viewDidAppear (#3399)

上级 4baeae88
......@@ -485,7 +485,7 @@ static inline PointerChangeMapperPhase PointerChangePhaseFromUITouchPhase(
[self onLocaleUpdated:nil];
[self onVoiceOverChanged:nil];
[super viewWillAppear:animated];
[super viewDidAppear:animated];
}
- (void)viewWillDisappear:(BOOL)animated {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册