Merge "Discard the animation as soon as it ends." into main

This commit is contained in:
Jeff DeCew 2023-11-20 20:46:58 +00:00 committed by Android (Google) Code Review
commit e1d9a7ce43

View File

@ -2221,8 +2221,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
if (mMenuRow != null) {
mMenuRow.resetMenu();
}
mTranslateAnim = null;
}
mTranslateAnim = null;
}
});
mTranslateAnim = translateAnim;