Merge "Revert "Activate flag for Light Reveal Effect"" into udc-dev

This commit is contained in:
Andreas Miko
2023-05-23 18:55:41 +00:00
committed by Android (Google) Code Review

View File

@@ -177,7 +177,7 @@ object Flags {
*/
// TODO(b/281655028): Tracking bug
@JvmField
val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = true)
val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false)
/** Flag to control the migration of face auth to modern architecture. */
// TODO(b/262838215): Tracking bug