Loading src/com/android/inputmethod/latin/LatinKeyboard.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
src/com/android/inputmethod/latin/LatinKeyboard.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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