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

Commit 0896a709 authored by Andy Mast's avatar Andy Mast
Browse files

Keyguard: Increase time to show hint texts

Too short with current time. UX wants the messages to last longer.

Change-Id: I8e2fb8f182f99b78ff8510ea2275bc4c9fac134c
parent c2eac5e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    /**
     * The delay to reset the hint text when the hint animation is finished running.
     */
    private static final int HINT_RESET_DELAY_MS = 1200;
    private static final int HINT_RESET_DELAY_MS = 4000;

    private static final AudioAttributes VIBRATION_ATTRIBUTES = new AudioAttributes.Builder()
            .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)