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

This commit is contained in:
AlexVincent525 2019-09-11 15:19:25 +08:00
parent f6353b8f72
commit ebccc4a4c9
1 changed files with 7 additions and 0 deletions

View File

@ -229,4 +229,11 @@ public class FlutterWebView implements PlatformView, MethodCallHandler {
webView.loadUrl("about:blank");
}
}
@Override
public void onInputConnectionLocked() {}
@Override
public void onInputConnectionUnlocked() {}
}