am 307ad592: am 37703b6c: invalidate the webview after pressing the IME \'next\' button

Merge commit '307ad592b8aa5d9246f7db4f8f1f8faafbe5eafa'

* commit '307ad592b8aa5d9246f7db4f8f1f8faafbe5eafa':
  invalidate the webview after pressing the IME 'next' button
This commit is contained in:
Cary Clark
2009-09-25 10:50:39 -07:00
committed by Android Git Automerger

View File

@@ -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: