am 70de03d4: am f8e3ac85: Merge change Ifa8ab30e into eclair

Merge commit '70de03d41374aa3f4d3308d5d44e1db908d22667' into eclair-mr2-plus-aosp

* commit '70de03d41374aa3f4d3308d5d44e1db908d22667':
  In onKeyUp for DPAD_CENTER, show the IME for text input.
This commit is contained in:
Leon Scroggins
2009-10-22 09:35:27 -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;
}