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

Commit 853d3c0c authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Add BUGFIX flag smartspace_aqi_updated_design.

Also removed smartspace_consolidated_weather_layout, because the changes
other than for aqi can be guarded with an AiAi flag only.

Having a dedicated flag for aqi updated design also allows it to be
turned on/off independently to.

Flag: com.android.systemui.shared.smartspace_aqi_updated_design
Bug: 435016376
Flag: com.android.systemui.shared.smartspace_consolidated_weather_layout
Bug: 428972035
Test: N/A. Just remove/add flags.
Change-Id: I154cedee0e64b164fa4dda5fed373e89243e6240
parent 5e4a276e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -163,10 +163,10 @@ flag {
}

flag {
    name: "smartspace_consolidated_weather_layout"
    name: "smartspace_aqi_updated_design"
    namespace: "systemui"
    description: "Enable consolidated weather cards in Smartspace"
    bug: "428972035"
    description: "Enable updated design for aqi in Smartspace"
    bug: "435016376"
    metadata {
         purpose: PURPOSE_BUGFIX
    }