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

Commit 70f489c3 authored by Piotr Wilczyński's avatar Piotr Wilczyński
Browse files

Update a comment

Bug: 193821864
Test: presubmit
Change-Id: I32a53f530e71bb3acf4f09af90d2e4fee8199b3f
parent 2766b1c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@ class LogicalDisplayMapper implements DisplayDeviceRepository.Listener {
        synchronized (mSyncRoot) {
            mBootCompleted = true;
            if (mPendingDeviceState != DeviceStateManager.INVALID_DEVICE_STATE) {
                setDeviceStateLocked(mPendingDeviceState, false);
                setDeviceStateLocked(mPendingDeviceState, /* isOverrideActive= */ false);
            }
        }
    }