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

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

Merge "Enable ENABLE_CLOCK_KEYGUARD_PRESENTATION in teamfood" into main

parents f0f58feb 0782210d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -785,7 +785,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