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

Commit 40e90122 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix wrong long press timeout for shift key

Change-Id: Ifafbed1bcdaf662ee6a69050043739fa71986841
parent ff858c7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class LatinKeyboardView extends KeyboardView implements PointerTracker.Ke
            final int delay;
            switch (code) {
            case Keyboard.CODE_SHIFT:
                delay = mParams.mLongPressKeyTimeout;
                delay = mParams.mLongPressShiftKeyTimeout;
                break;
            default:
                delay = 0;