mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge commit '0ab6747d424f412a103a4092bc3fcb2e891994ad' * commit '0ab6747d424f412a103a4092bc3fcb2e891994ad': Shorten popup preview residual time (100ms)
This commit is contained in:
commit
a628e46c11
@ -154,7 +154,7 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx
|
||||
|
||||
// Timing constants
|
||||
private static final int DELAY_BEFORE_PREVIEW = 0;
|
||||
private static final int DELAY_AFTER_PREVIEW = 150;
|
||||
private static final int DELAY_AFTER_PREVIEW = 100;
|
||||
private static final int REPEAT_INTERVAL = PointerTracker.REPEAT_INTERVAL;
|
||||
|
||||
// Miscellaneous constants
|
||||
|
Loading…
Reference in New Issue
Block a user