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

Commit 0782210d authored by Nicolo' Mazzucato's avatar Nicolo' Mazzucato
Browse files

Enable ENABLE_CLOCK_KEYGUARD_PRESENTATION in teamfood

Test: -
Bug: 296223317
Bug: 299104252
Change-Id: Ife5931c6ea41e6193fb56de7ef331142bb6ace14
parent 345fd7a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -755,7 +755,8 @@ object Flags {

    /** TODO(b/296223317): Enables the new keyguard presentation containing a clock. */
    @JvmField
    val ENABLE_CLOCK_KEYGUARD_PRESENTATION = unreleasedFlag("enable_clock_keyguard_presentation")
    val ENABLE_CLOCK_KEYGUARD_PRESENTATION =
        unreleasedFlag("enable_clock_keyguard_presentation", teamfood = true)

    /** Enable the Compose implementation of the PeopleSpaceActivity. */
    @JvmField