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

Commit a03615b3 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

Revert "Reset HUN clipping after cancellation of disappearing animation"

This reverts commit ba2a922f.

Reason for revert: b/369608449
Only run without interruptions can clear the clipping rect.

Change-Id: Ide457a83d2eca1ddafa78e6f10d89d62da56f4d4
parent ba2a922f
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) {