Commit 1357271b authored by Luke's avatar Luke

增加detatchFlutterEngine的调用

parent fa859b08
...@@ -240,6 +240,8 @@ static NSUInteger kInstanceCounter = 0; ...@@ -240,6 +240,8 @@ static NSUInteger kInstanceCounter = 0;
// }; // };
// NSMethodSignature * (*callSuper)(struct objc_super *, SEL, BOOL animated) = (__typeof__(callSuper))objc_msgSendSuper; // NSMethodSignature * (*callSuper)(struct objc_super *, SEL, BOOL animated) = (__typeof__(callSuper))objc_msgSendSuper;
// callSuper(&target, @selector(viewDidDisappear:), animated); // callSuper(&target, @selector(viewDidDisappear:), animated);
[self detatchFlutterEngine];
} }
- (void)installSplashScreenViewIfNecessary { - (void)installSplashScreenViewIfNecessary {
......
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