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

Commit 6258a5dc authored by Prince Donkor's avatar Prince Donkor Committed by Automerger Merge Worker
Browse files

Merge "Enable ENABLE_LOW_LIGHT_CLOCK_UNDOCKED for Teamfood" into tm-qpr-dev am: 9b7e8c61

parents e8525284 9b7e8c61
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -394,7 +394,10 @@ object Flags {
    val SHOW_LOWLIGHT_ON_DIRECT_BOOT = releasedFlag(1003, "show_lowlight_on_direct_boot")

    @JvmField
    val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(1004, "enable_low_light_clock_undocked")
    // TODO(b/271428141): Tracking Bug
    val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(
        1004,
        "enable_low_light_clock_undocked", teamfood = true)

    // 1100 - windowing
    @Keep