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

Commit 711974f9 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

lockscreen_custom_transit_clock - Enable teamfood

Bug: 287268101
Test: manual
Change-Id: I32cb9e0b26bb72fd215af56b5f1d068e2348a781
parent ae333df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ object Flags {
    @JvmField val KEYGUARD_TALKBACK_FIX = releasedFlag(238, "keyguard_talkback_fix")

    // TODO(b/287268101): Tracking bug.
    @JvmField val TRANSIT_CLOCK = unreleasedFlag(239, "lockscreen_custom_transit_clock")
    @JvmField val TRANSIT_CLOCK = unreleasedFlag(239, "lockscreen_custom_transit_clock", teamfood = true)

    /** Migrate the lock icon view to the new keyguard root view. */
    // TODO(b/286552209): Tracking bug.