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
This commit is contained in:
Candice Lo
2023-03-29 09:29:42 +00:00
parent 45af47c2fe
commit b0087436e8

View File

@@ -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