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

Commit 47026313 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9228b084 a03615b3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -444,9 +444,11 @@ 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) {