Merge commit '307ad592b8aa5d9246f7db4f8f1f8faafbe5eafa' * commit '307ad592b8aa5d9246f7db4f8f1f8faafbe5eafa': invalidate the webview after pressing the IME 'next' button
This commit is contained in:
@@ -328,6 +328,7 @@ import java.util.ArrayList;
|
||||
// Since the cursor will no longer be in the same place as the
|
||||
// focus, set the focus controller back to inactive
|
||||
mWebView.setFocusControllerInactive();
|
||||
mWebView.invalidate();
|
||||
mOkayForFocusNotToMatch = true;
|
||||
break;
|
||||
case EditorInfo.IME_ACTION_DONE:
|
||||
|
||||
Reference in New Issue
Block a user