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

Commit 31944123 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Promote the STABILITY_INDEX_FIX flag from teamfood to droidfood" into tm-qpr-dev

parents 03529c60 aea32e18
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -75,7 +75,11 @@ object Flags {
    @JvmField
    val NOTIFICATION_DISMISSAL_FADE =
        unreleasedFlag(113, "notification_dismissal_fade", teamfood = true)
    val STABILITY_INDEX_FIX = unreleasedFlag(114, "stability_index_fix", teamfood = true)

    // TODO(b/259558771): Tracking Bug
    val STABILITY_INDEX_FIX = releasedFlag(114, "stability_index_fix")

    // TODO(b/259559750): Tracking Bug
    val SEMI_STABLE_SORT = unreleasedFlag(115, "semi_stable_sort", teamfood = true)

    @JvmField