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

Commit ab46eda8 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 704998ab: Merge "Ensure we correctly unblank displays when added." into lmp-dev

* commit '704998ab':
  Ensure we correctly unblank displays when added.
parents 8433b63c 704998ab
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);
    }