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