We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f288fe5 commit 8464208Copy full SHA for 8464208
shell/platform/android/io/flutter/embedding/android/FlutterView.java
@@ -936,6 +936,10 @@ public void detachFromFlutterEngine() {
936
textInputPlugin.getInputMethodManager().restartInput(this);
937
textInputPlugin.destroy();
938
939
+ if (mouseCursorPlugin != null) {
940
+ mouseCursorPlugin.destroy();
941
+ }
942
+
943
// Instruct our FlutterRenderer that we are no longer interested in being its RenderSurface.
944
FlutterRenderer flutterRenderer = flutterEngine.getRenderer();
945
isFlutterUiDisplayed = false;
0 commit comments