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

Commit 61b8eaf2 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Wait a little longer to hide wallpaper

Test: visual
Bug: 63868547
Change-Id: Ic9f8419baadac60839f54c22d7b9f86eb83b4f42
parent 402e2a2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class DozeScreenState implements DozeMachine.Part {
     * hiding the wallpaper and changing the display mode is necessary to hide
     * the black frame that's inherent to hardware specs.
     */
    public static final int ENTER_DOZE_HIDE_WALLPAPER_DELAY = 2000;
    public static final int ENTER_DOZE_HIDE_WALLPAPER_DELAY = 4500;

    private final DozeMachine.Service mDozeService;
    private final Handler mHandler;