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

Commit 755ce67a authored by Coco Duan's avatar Coco Duan
Browse files

Add flag to show/hide standalone weather dream complication

When turned on, show standalone weather complication. By default it
is off, so weather complication is hidden.

Bug: b/271460958
Bug: b/270170447
Test: manual
Change-Id: I91dc14e355935efd20ae679f942a3bb10f9fdd4c
parent 4626fa48
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -245,6 +245,11 @@ object Flags {
    @JvmField
    val HIDE_SMARTSPACE_ON_DREAM_OVERLAY = unreleasedFlag(404, "hide_smartspace_on_dream_overlay")

    // TODO(b/271460958): Tracking Bug
    @JvmField
    val SHOW_WEATHER_COMPLICATION_ON_DREAM_OVERLAY = unreleasedFlag(405,
        "show_weather_complication_on_dream_overlay")

    // 500 - quick settings

    val PEOPLE_TILE = resourceBooleanFlag(502, R.bool.flag_conversations, "people_tile")