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

Commit 704998ab authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Ensure we correctly unblank displays when added." into lmp-dev

parents b880707c 0033a86c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -651,7 +651,10 @@ public final class DisplayManagerService extends SystemService {

        mDisplayDevices.add(device);
        addLogicalDisplayLocked(device);
        updateDisplayStateLocked(device);
        Runnable work = updateDisplayStateLocked(device);
        if (work != null) {
            work.run();
        }
        scheduleTraversalLocked(false);
    }