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

Commit 58948205 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Reduce unnecessary screenshot when display is not on" into udc-dev am: be1ffcd9

parents 57c1b777 be1ffcd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -690,6 +690,7 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener {
        if (!wc.mDisplayContent.getDisplayPolicy().isScreenOnFully()
                || wc.mDisplayContent.getDisplayInfo().state == Display.STATE_OFF) {
            mFlags |= WindowManager.TRANSIT_FLAG_INVISIBLE;
            return;
        }

        if (mContainerFreezer == null) {