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

Commit 2e314e86 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

Merge "Fix dialog exit animation" into sc-v2-dev

parents 68afc54a 631a7ef1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3390,6 +3390,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;
                }
            }
        }