mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix compile error in FlutterViewController (flutter/engine#3807)
This commit is contained in:
parent
e0d7204728
commit
85cb53fac9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user