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

Commit 9d383f9a authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "Fix dialog exit animation" into tm-dev am: f76ef62d am: f28bd431

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17124623

Change-Id: I8d97f649bdc7e493233c846f9217bda5fbd25b2f
parents 9d55c7b4 f28bd431
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3448,6 +3448,12 @@ public final class ViewRootImpl implements ViewParent,
                    mReportNextDraw = false;
                    pendingDrawFinished();
                }

                // Make sure the consumer is not waiting if the view root was just made invisible.
                if (mBLASTDrawConsumer != null) {
                    mBLASTDrawConsumer.accept(null);
                    mBLASTDrawConsumer = null;
                }
            }
        }