Update InAppWebView.java
This commit is contained in:
parent
f43c8c2c68
commit
96b6525781
@ -1302,8 +1302,7 @@ final public class InAppWebView extends InputAwareWebView {
|
||||
public void run() {
|
||||
InputMethodManager imm =
|
||||
(InputMethodManager) getContext().getSystemService(INPUT_METHOD_SERVICE);
|
||||
if (containerView!=null && imm != null && !imm.isAcceptingText()) {
|
||||
|
||||
if (containerView != null && imm != null && !imm.isAcceptingText()) {
|
||||
imm.hideSoftInputFromWindow(
|
||||
containerView.getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user