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

Commit f37e38a0 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am f966cf35: Merge "default the screen on during the dream." into jb-mr1-dev

* commit 'f966cf35':
  default the screen on during the dream.
parents 5dfd668e f966cf35
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;