Skip to content
Snippets Groups Projects
Commit 18935a17 authored by Amith Yamasani's avatar Amith Yamasani Committed by The Android Open Source Project
Browse files

Automated import from //branches/cupcake/...@142634,142634

parent 715ce041
No related branches found
No related tags found
No related merge requests found
...@@ -195,6 +195,10 @@ public class LatinKeyboard extends Keyboard { ...@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment