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

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

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

* commit 'ab46eda8':
  Ensure we correctly unblank displays when added.
parents 8aa0e547 ab46eda8
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);
    }