mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Longer long-press timeout in sliding input
Change-Id: Id74bddef4837ee46569775ce54f54d5535cfa463
This commit is contained in:
parent
2912c654b4
commit
5797cefca6
@ -509,7 +509,7 @@ public class PointerTracker {
|
||||
return;
|
||||
} else if (mKeyboardSwitcher.isInMomentaryAutoModeSwitchState()) {
|
||||
// We use longer timeout for sliding finger input started from the symbols mode key.
|
||||
mHandler.startLongPressTimer(mLongPressKeyTimeout * 2, keyIndex, this);
|
||||
mHandler.startLongPressTimer(mLongPressKeyTimeout * 3, keyIndex, this);
|
||||
} else {
|
||||
mHandler.startLongPressTimer(mLongPressKeyTimeout, keyIndex, this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user