Automated import from //branches/donutburger/...@142718,142718
parent
9e171bce3f
commit
808202b60f
|
@ -195,6 +195,10 @@ public class LatinKeyboard extends Keyboard {
|
||||||
public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
|
public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
|
||||||
XmlResourceParser parser) {
|
XmlResourceParser parser) {
|
||||||
super(res, parent, x, y, 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() {
|
void enableShiftLock() {
|
||||||
|
|
Loading…
Reference in New Issue