Fix compile error in FlutterViewController (flutter/engine#3807)

This commit is contained in:
Sarah Zakarias 2017-06-21 15:20:52 +02:00 committed by GitHub
parent e0d7204728
commit 85cb53fac9

View File

@ -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