Commit ebccc4a4 authored by AlexVincent525's avatar AlexVincent525

Fix abstract method error for flutter v1.9.1+hotfix.2 stable.

parent f6353b8f
......@@ -229,4 +229,11 @@ public class FlutterWebView implements PlatformView, MethodCallHandler {
webView.loadUrl("about:blank");
}
}
@Override
public void onInputConnectionLocked() {}
@Override
public void onInputConnectionUnlocked() {}
}
\ No newline at end of file
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