chore(font size tile): Enable enable_font_scaling_tile flag for droidfood

Bug: 269341316
Fix: 265751159

Test: teamfooded and manual
Change-Id: I4744309dd1d1d5dc9e4f151068c73157957cc61e
This commit is contained in:
Tyler Freeman
2023-04-05 09:35:13 -07:00
parent 2c63ff06e4
commit 601afe9d7a

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 = true)
val ENABLE_FONT_SCALING_TILE = releasedFlag(509, "enable_font_scaling_tile")
/** Enables new QS Edit Mode visual refresh */
// TODO(b/269787742): Tracking Bug