parent
60ccbe16ee
commit
0a5345c7b6
|
@ -674,6 +674,7 @@ public class PointerTracker {
|
|||
|
||||
private void startLongPressTimer(int keyIndex) {
|
||||
Key key = getKey(keyIndex);
|
||||
if (key == null) return;
|
||||
if (key.mCode == Keyboard.CODE_SHIFT) {
|
||||
if (sLongPressShiftKeyTimeout > 0) {
|
||||
mTimerProxy.startLongPressTimer(sLongPressShiftKeyTimeout, keyIndex, this);
|
||||
|
|
Loading…
Reference in New Issue