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

Commit a934fd14 authored by Chris Wren's avatar Chris Wren
Browse files

default the screen on during the dream.

Bug: 7295909
Change-Id: Ic629bd08bdade8dba2b92124c56cab1bb438bec2
parent 138f272b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class DreamService extends Service implements Window.Callback {
    private boolean mInteractive = false;
    private boolean mLowProfile = true;
    private boolean mFullscreen = false;
    private boolean mScreenBright = false;
    private boolean mScreenBright = true;
    private boolean mFinished;

    private boolean mDebug = false;