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

Commit 62792bee authored by Piotr Wilczyński's avatar Piotr Wilczyński Committed by Android (Google) Code Review
Browse files

Merge "Update a comment"

parents fb701976 70f489c3
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);
            }
        }
    }