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

Commit 3516859a authored by Tyler Freeman's avatar Tyler Freeman Committed by Android (Google) Code Review
Browse files

Merge "chore(font size tile): Enable enable_font_scaling_tile flag for droidfood" into udc-dev

parents f166e592 601afe9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ object Flags {
    /** Enables Font Scaling Quick Settings tile */
    // TODO(b/269341316): Tracking Bug
    @JvmField
    val ENABLE_FONT_SCALING_TILE = unreleasedFlag(509, "enable_font_scaling_tile", teamfood = true)
    val ENABLE_FONT_SCALING_TILE = releasedFlag(509, "enable_font_scaling_tile")

    /** Enables new QS Edit Mode visual refresh */
    // TODO(b/269787742): Tracking Bug