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

Commit 6758b0fb authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Discard the animation as soon as it ends.

Fixes: 312248129
Test: atest SystemUITests
Flag: NA
Change-Id: If0be19c22e50cba86c96edaef7f2129af937314e
parent e3003c32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2221,8 +2221,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
                    if (mMenuRow != null) {
                        mMenuRow.resetMenu();
                    }
                    mTranslateAnim = null;
                }
                mTranslateAnim = null;
            }
        });
        mTranslateAnim = translateAnim;