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

Commit b0087436 authored by Candice Lo's avatar Candice Lo
Browse files

Enable ENABLE_FONT_SCALING_TILE for Teamfood

Enables font scaling tile for teamfood by enabling the flag.

Bug: 269341316
Test: Enabling flag. The feature has unit tests.
Change-Id: I8e1ab2ed0976c2e0bdf15cea0367d65abcb1bf9b
parent 45af47c2
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 = false)
    val ENABLE_FONT_SCALING_TILE = unreleasedFlag(509, "enable_font_scaling_tile", teamfood = true)

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