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

Commit e0554687 authored by Prince's avatar Prince Committed by Prince Donkor
Browse files

Enable low light clock undocked by default

Test: manual device test
Fixes: b/260385832
Tracking Bug: b/271428141

Change-Id: I7f9e2aaa764520f6dd8ce526cfaa111b1905f180
parent 0a66b057
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -422,9 +422,9 @@ object Flags {

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

    // 1100 - windowing
    @Keep