mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix wrong long press timeout for shift key
Change-Id: Ifafbed1bcdaf662ee6a69050043739fa71986841
This commit is contained in:
parent
ff858c7ff5
commit
40e9012276
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user