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

Commit 7e817177 authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Enable active unlock chipbar UI by default" into tm-qpr-dev am: 437300c7 am: 0aad9580

parents 706b10d6 0aad9580
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -153,8 +153,8 @@ object Flags {
        unreleasedFlag(216, "customizable_lock_screen_quick_affordances", teamfood = false)

    /** Shows chipbar UI whenever the device is unlocked by ActiveUnlock (watch). */
    // TODO(b/240196500): Tracking Bug
    @JvmField val ACTIVE_UNLOCK_CHIPBAR = unreleasedFlag(217, "active_unlock_chipbar")
    // TODO(b/256513609): Tracking Bug
    @JvmField val ACTIVE_UNLOCK_CHIPBAR = releasedFlag(217, "active_unlock_chipbar")

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug