am f8e3ac85: Merge change Ifa8ab30e into eclair

Merge commit 'f8e3ac851959efbd21da930a802f8efb65ccec5b' into eclair-mr2

* commit 'f8e3ac851959efbd21da930a802f8efb65ccec5b':
  In onKeyUp for DPAD_CENTER, show the IME for text input.
This commit is contained in:
Leon Scroggins
2009-10-22 06:47:47 -07:00
committed by Android Git Automerger

View File

@@ -3480,6 +3480,7 @@ public class WebView extends AbsoluteLayout
}
if (isTextInput) {
rebuildWebTextView();
displaySoftKeyboard(true);
}
return true;
}