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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user