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

Commit 05e1abc0 authored by Beverly's avatar Beverly Committed by Beverly Tai
Browse files

Enable active unlock chipbar UI by default

Bug: 256513609
Test: manual
Change-Id: I0d3374a161ecb54baa4fa1e2b312f003e05e68e3
parent ea3d17b5
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