Fix abstract method error for flutter v1.9.1+hotfix.2 stable.
This commit is contained in:
parent
f6353b8f72
commit
ebccc4a4c9
|
@ -229,4 +229,11 @@ public class FlutterWebView implements PlatformView, MethodCallHandler {
|
|||
webView.loadUrl("about:blank");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onInputConnectionLocked() {}
|
||||
|
||||
@Override
|
||||
public void onInputConnectionUnlocked() {}
|
||||
|
||||
}
|
Loading…
Reference in New Issue