Revert "Activate flag for Light Reveal Effect"

This reverts commit 067ad8ed02.

Reason for revert: issue with SFPS unlock b/283239883 

Change-Id: I8a209a7fb97a8defc5111e45a001890c61055b7d
This commit is contained in:
Andreas Miko
2023-05-22 10:47:57 +00:00
parent 067ad8ed02
commit 0208c69ed3

View File

@@ -158,7 +158,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