Revert "Make new headers flag true by default"
Revert submission 20248350-flipFlag Reason for revert: Part of DM+Platinum rotation as a culprit for b/255588071. Reverted Changes: I51a3b403f:Fix touches in Large screen header I01da41161:Use split_shade_header in all configurations Ie0019d212:Make new headers flag true by default Change-Id: I119bea7e033f28db0539b0aff4a1d02087ee55af
This commit is contained in:
@@ -138,7 +138,7 @@ object Flags {
|
||||
@Deprecated("Not needed anymore") val NEW_USER_SWITCHER = ReleasedFlag(500)
|
||||
|
||||
// TODO(b/254512321): Tracking Bug
|
||||
@JvmField val COMBINED_QS_HEADERS = ReleasedFlag(501, teamfood = true)
|
||||
@JvmField val COMBINED_QS_HEADERS = UnreleasedFlag(501, teamfood = true)
|
||||
val PEOPLE_TILE = ResourceBooleanFlag(502, R.bool.flag_conversations)
|
||||
@JvmField
|
||||
val QS_USER_DETAIL_SHORTCUT =
|
||||
@@ -148,7 +148,7 @@ object Flags {
|
||||
@Deprecated("Not needed anymore") val NEW_FOOTER = ReleasedFlag(504)
|
||||
|
||||
// TODO(b/254512747): Tracking Bug
|
||||
val NEW_HEADER = ReleasedFlag(505, teamfood = true)
|
||||
val NEW_HEADER = UnreleasedFlag(505, teamfood = true)
|
||||
|
||||
// TODO(b/254512383): Tracking Bug
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user