Remove unused STATUS_BAR_USER_SWITCHER flag
The user switcher chip is now fully configured based on the boolean config, so this flag is now unused. Test: atest SystemUITests Fixes: 254513246 Change-Id: Iad8c1349d50bbc0b5af106e796c375383c500954
This commit is contained in:
@@ -198,10 +198,6 @@ object Flags {
|
||||
unreleasedFlag(508, "qs_secondary_data_sub_info", teamfood = true)
|
||||
|
||||
// 600- status bar
|
||||
// TODO(b/254513246): Tracking Bug
|
||||
val STATUS_BAR_USER_SWITCHER =
|
||||
resourceBooleanFlag(602, R.bool.flag_user_switcher_chip, "status_bar_user_switcher")
|
||||
|
||||
// TODO(b/254512623): Tracking Bug
|
||||
@Deprecated("Replaced by mobile and wifi specific flags.")
|
||||
val NEW_STATUS_BAR_PIPELINE_BACKEND =
|
||||
|
||||
Reference in New Issue
Block a user