Commit 236e9de5 authored by 余玠's avatar 余玠

stop surfaceUpdate before detaching, and start after attatching

parent b4079775
...@@ -158,9 +158,11 @@ static NSUInteger kInstanceCounter = 0; ...@@ -158,9 +158,11 @@ static NSUInteger kInstanceCounter = 0;
- (void)viewWillAppear:(BOOL)animated - (void)viewWillAppear:(BOOL)animated
{ {
if([FLUTTER_APP contains:self]){ if([FLUTTER_APP contains:self]){
[self surfaceUpdated:NO];
[self detatchFlutterEngine]; [self detatchFlutterEngine];
}else{ }else{
[self attatchFlutterEngine]; [self attatchFlutterEngine];
[self surfaceUpdated:YES];
} }
[FLUTTER_APP resume]; [FLUTTER_APP resume];
......
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