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:
Cary Clark
2009-09-23 12:51:27 -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: