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

Commit db88b37a authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

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

parents 3001d9d5 6a0182bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -399,9 +399,10 @@ object Flags {
    val CHOOSER_UNBUNDLED = unreleasedFlag(1500, "chooser_unbundled", teamfood = true)

    // 1600 - accessibility
    // TODO(b/262224538): Tracking Bug
    @JvmField
    val A11Y_FLOATING_MENU_FLING_SPRING_ANIMATIONS =
        unreleasedFlag(1600, "a11y_floating_menu_fling_spring_animations", teamfood = true)
        releasedFlag(1600, "a11y_floating_menu_fling_spring_animations")

    // 1700 - clipboard
    @JvmField val CLIPBOARD_OVERLAY_REFACTOR = releasedFlag(1700, "clipboard_overlay_refactor")