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

Commit 0221514b authored by Brandon Ballinger's avatar Brandon Ballinger Committed by The Android Open Source Project
Browse files

AI 147226: Create symbols and shifted symbols keyboards when initializing KeyboardSwitcher.

Automated import of CL 147226
parent 353da6d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ public class KeyboardSwitcher {
        if (displayWidth == mLastDisplayWidth) return;
        mLastDisplayWidth = displayWidth;
        mKeyboards.clear();
        mSymbolsId = new KeyboardId(R.xml.kbd_symbols);
        mSymbolsShiftedId = new KeyboardId(R.xml.kbd_symbols_shift);
    }

    /**