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

Commit 555edd95 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "VRManager: Set initial sleep state to 'AWAKE'"

parents 3aa3a007 72729f92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class VrManagerService extends SystemService implements EnabledComponentC
    private final ArrayDeque<VrState> mLoggingDeque = new ArrayDeque<>(EVENT_LOG_SIZE);
    private final NotificationAccessManager mNotifAccessManager = new NotificationAccessManager();
    /** Tracks the state of the screen and keyguard UI.*/
    private int mSystemSleepFlags = FLAG_NONE;
    private int mSystemSleepFlags = FLAG_AWAKE;

    private static final int MSG_VR_STATE_CHANGE = 0;
    private static final int MSG_PENDING_VR_STATE_CHANGE = 1;