Commit d37a963b authored by 李增强's avatar 李增强

m

parent 3f97df51
......@@ -194,7 +194,6 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer
flutterEngine.getLifecycleChannel().appIsResumed();
}
......@@ -229,9 +228,13 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer
public void onDestroyView() {
Log.v(TAG, "onDestroyView()");
mSyncer.onDestroy();
try {
mSyncer.onDestroy();
ensureAlive();
} catch (Exception e) {
}
ensureAlive();
}
......
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