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

Commit f35ea5d2 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Delay rendering into Surface until draw completed."

parents f341e554 9546e457
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -978,7 +978,7 @@ class WindowStateAnimator {

        setSurfaceBoundaries(recoveringMemory);

        if (w.mAttachedHidden || !w.isReadyForDisplay()) {
        if (w.mAttachedHidden || !w.isReadyForDisplay() || !w.isDrawnLw()) {
            if (!mLastHidden) {
                //dump();
                mLastHidden = true;