Automated import from //branches/donutburger/...@142718,142718

main
Amith Yamasani 2009-03-25 16:58:32 -07:00 committed by The Android Open Source Project
parent 9e171bce3f
commit 808202b60f
1 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@ public class LatinKeyboard extends Keyboard {
public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
XmlResourceParser parser) {
super(res, parent, x, y, parser);
if (popupCharacters != null && popupCharacters.length() == 0) {
// If there is a keyboard with no keys specified in popupCharacters
popupResId = 0;
}
}
void enableShiftLock() {