Merge "Enables flag for the feature of drag to remove and the new physics-based animations."

This commit is contained in:
PETER LIANG
2022-11-29 01:46:46 +00:00
committed by Android (Google) Code Review

View File

@@ -391,7 +391,7 @@ object Flags {
// 1600 - accessibility
@JvmField
val A11Y_FLOATING_MENU_FLING_SPRING_ANIMATIONS =
unreleasedFlag(1600, "a11y_floating_menu_fling_spring_animations")
unreleasedFlag(1600, "a11y_floating_menu_fling_spring_animations", teamfood = true)
// 1700 - clipboard
@JvmField val CLIPBOARD_OVERLAY_REFACTOR = releasedFlag(1700, "clipboard_overlay_refactor")