Commit 40bd33d0 authored by 余玠's avatar 余玠

无需detach,避免在app且后台返回后surfaceUpdated因没有owner vc而创建surface失败

parent cebe91f3
......@@ -253,7 +253,6 @@ static NSUInteger kInstanceCounter = 0;
if (self == FLUTTER_VC)
{
[self surfaceUpdated:NO];
[self detatchFlutterEngine];
}
[super bridge_viewDidDisappear:animated];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment