am 37703b6c: invalidate the webview after pressing the IME \'next\' button
Merge commit '37703b6c875a935e6341d8a710796bc0c87d3044' into eclair-plus-aosp * commit '37703b6c875a935e6341d8a710796bc0c87d3044': 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
|
// Since the cursor will no longer be in the same place as the
|
||||||
// focus, set the focus controller back to inactive
|
// focus, set the focus controller back to inactive
|
||||||
mWebView.setFocusControllerInactive();
|
mWebView.setFocusControllerInactive();
|
||||||
|
mWebView.invalidate();
|
||||||
mOkayForFocusNotToMatch = true;
|
mOkayForFocusNotToMatch = true;
|
||||||
break;
|
break;
|
||||||
case EditorInfo.IME_ACTION_DONE:
|
case EditorInfo.IME_ACTION_DONE:
|
||||||
|
|||||||
Reference in New Issue
Block a user