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

Commit 29d85df0 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Remove delay for key feedback bubble.

Most users seem to expect the feedback to show up right away. So
remove the delay before the bubble shows up.
parent 8b76a0ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -163,8 +163,8 @@ public class KeyboardView extends View implements View.OnClickListener {
    private static final int MSG_REPEAT = 3;
    private static final int MSG_LONGPRESS = 4;

    private static final int DELAY_BEFORE_PREVIEW = 40;
    private static final int DELAY_AFTER_PREVIEW = 60;
    private static final int DELAY_BEFORE_PREVIEW = 0;
    private static final int DELAY_AFTER_PREVIEW = 70;
    
    private int mVerticalCorrection;
    private int mProximityThreshold;