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

Commit 1e611614 authored by Nicolò Mazzucato's avatar Nicolò Mazzucato
Browse files

Enable ENABLE_CLOCK_KEYGUARD_PRESENTATION for Droidfood

Change-Id: I038f1c9f2fc0a5e15f094b08614b7fd03e102a5c
Fixes: 296223317
Test: -
parent 167941f3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -796,8 +796,7 @@ object Flags {

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

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