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

Commit e6c162e4 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

Flip LOCK_ICON flag on for teamfood. am: 611c99e9

parents cfa4ffaf 611c99e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ object Flags {
    /** Migrate the lock icon view to the new keyguard root view. */
    // TODO(b/286552209): Tracking bug.
    @JvmField
    val MIGRATE_LOCK_ICON = unreleasedFlag(240, "migrate_lock_icon")
    val MIGRATE_LOCK_ICON = unreleasedFlag(240, "migrate_lock_icon", teamfood = true)

    // TODO(b/288276738): Tracking bug.
    @JvmField