summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff DeCew <jeffdq@google.com> 2023-11-20 18:32:11 +0000
committer Jeff DeCew <jeffdq@google.com> 2023-11-20 20:41:22 +0000
commit6758b0fb6c3212f821e25048eeb05e9a095d53ab (patch)
tree888775121885406c03bbd673e01f0f3da9906ac5
parente3003c32da0014f559a0dea8806ef616fd465d48 (diff)
Discard the animation as soon as it ends.
Fixes: 312248129 Test: atest SystemUITests Flag: NA Change-Id: If0be19c22e50cba86c96edaef7f2129af937314e
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
index 11c65e542bcd..6cb079a22e7d 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
@@ -2221,8 +2221,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
if (mMenuRow != null) {
mMenuRow.resetMenu();
}
- mTranslateAnim = null;
}
+ mTranslateAnim = null;
}
});
mTranslateAnim = translateAnim;