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

Commit 77274695 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 3210299: Extend lock screen wake timeout to 10s

Change-Id: I9e4f8761a80271b97ff6411a41664642273baaef
parent cf18c478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback,
    /**
     * The default amount of time we stay awake (used for all key input)
     */
    protected static final int AWAKE_INTERVAL_DEFAULT_MS = 5000;
    protected static final int AWAKE_INTERVAL_DEFAULT_MS = 10000;


    /**