Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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() {