提交 b8c47e90 编写于 作者: S Sarah Zakarias 提交者: GitHub

Fix compile error in FlutterViewController (#3807)

上级 a87d15d6
......@@ -283,7 +283,7 @@ class PlatformMessageResponseDarwin : public blink::PlatformMessageResponse {
- (void)viewDidDisappear:(BOOL)animated {
[_lifecycleChannel.get() sendMessage:@"AppLifecycleState.paused"];
[super viewDidDisappear];
[super viewDidDisappear:animated];
}
#pragma mark - Application lifecycle notifications
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册