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

Commit f1c35491 authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Add BUGFIX flag smartspace_weather_use_monochrome_font_icons.

This BUGFIX flag, separate from smartspace_ui_update, allows us to roll
back the monochrome weather font icons and revisit it easily if/when
needed.

Flag: com.android.systemui.shared.smartspace_weather_use_monochrome_font_icons
Bug: 389957594
Bug: 421253361
Test: N/A. Just adding the flag.
Change-Id: I86e4044d073aab33e710c5902ed060a25c5ea156
parent 4ebc0fd0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -151,6 +151,16 @@ flag {
    bug: "389741821"
}

flag {
    name: "smartspace_weather_use_monochrome_font_icons"
    namespace: "systemui"
    description: "Update Smartspace to use monochrome font icons for weather"
    bug: "389957594"
    metadata {
         purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "smartspace_ui_update_resources"
    namespace: "systemui"