Commit 27877dca authored by justin's avatar justin

修复粘贴问题

parent bf94b1d4
...@@ -229,7 +229,7 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer ...@@ -229,7 +229,7 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer
// Null out the platformPlugin to avoid a possible retain cycle between the plugin, this Fragment, // Null out the platformPlugin to avoid a possible retain cycle between the plugin, this Fragment,
// and this Fragment's Activity. // and this Fragment's Activity.
if (platformPlugin != null) { if (platformPlugin != null) {
platformPlugin.destroy(); // platformPlugin.destroy();
platformPlugin = null; platformPlugin = null;
} }
......
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