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

Commit f28bd431 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

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

Change-Id: I69a4213212fdc705a949cadb9d863f9a205fd2ff
parents 8671dda9 f76ef62d
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;
                }
            }
        }