summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Peter Kalauskas <peskal@google.com> 2023-04-11 23:50:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-11 23:50:52 +0000
commit2255f88021588b812b8e6943a91a0847ca0a6c7c (patch)
treed74af51c934ae977c41cbafcad02463c982764ea
parent3010f829851e15bab2d3d3f551447ecd51049872 (diff)
parenta6eedbc4707bc0935f7fa3a33460e5de06c8500e (diff)
Merge "New comment for WeatherStateIcon" into udc-dev
-rw-r--r--packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt b/packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt
index f71c137363c5..2dd146c5134d 100644
--- a/packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt
+++ b/packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt
@@ -47,6 +47,7 @@ constructor(
}
}
+ // Values for WeatherStateIcon must stay in sync with go/g3-WeatherStateIcon
enum class WeatherStateIcon(val id: Int) {
UNKNOWN_ICON(0),