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

Commit 808202b6 authored by Amith Yamasani's avatar Amith Yamasani Committed by The Android Open Source Project
Browse files

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

parent 9e171bce
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line 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, 
        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() {