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

Commit 63ed3af6 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: I388420ada829740caf564a1bb17a49385dea0847
parents 9d55c7b4 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;
                }
            }
        }