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

Commit 4742f9f8 authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Enable ENABLE_CLOCK_KEYGUARD_PRESENTATION for Droidfood" into main

parents 200a06c1 1e611614
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