Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 646bc9b1 authored by Andreas Miko's avatar Andreas Miko Committed by Automerger Merge Worker
Browse files

Merge "Activate flag for Light Reveal Effect" into udc-dev am: 53ea0747

parents b45f8f72 53ea0747
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -166,8 +166,9 @@ object Flags {
     * Migrates control of the LightRevealScrim's reveal effect and amount from legacy code to the
     * new KeyguardTransitionRepository.
     */
    // TODO(b/281655028): Tracking bug
    @JvmField
    val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false)
    val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = true)

    /** Flag to control the migration of face auth to modern architecture. */
    // TODO(b/262838215): Tracking bug