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

Commit 4a95ef6c authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "Reset HUN clipping after cancellation of disappearing animation" into main

parents 97b5cd75 ba2a922f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -444,11 +444,9 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
                if (onFinishedRunnable != null) {
                    onFinishedRunnable.run();
                }
                if (mRunWithoutInterruptions) {
                    enableAppearDrawing(false);
                }

                // We need to reset the View state, even if the animation was cancelled
                enableAppearDrawing(false);
                onAppearAnimationFinished(isAppearing);

                if (mRunWithoutInterruptions) {