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

Commit 94dab3ae authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 9dba1073: Merge "Force additional layout pass after drawing" into lmp-mr1-dev

* commit '9dba1073':
  Force additional layout pass after drawing
parents e05fbd69 9dba1073
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9539,6 +9539,9 @@ public class WindowManagerService extends IWindowManager.Stub
                                    + " interesting=" + numInteresting
                                    + " drawn=" + wtoken.numDrawnWindows);
                            wtoken.allDrawn = true;
                            // Force an additional layout pass where WindowStateAnimator#
                            // commitFinishDrawingLocked() will call performShowLocked().
                            displayContent.layoutNeeded = true;
                            mH.obtainMessage(H.NOTIFY_ACTIVITY_DRAWN, wtoken.token).sendToTarget();
                        }
                    }