From e5c34615ea28624ff72355324b20f8cce7ddec30 Mon Sep 17 00:00:00 2001 From: Sherry Zhou Date: Fri, 7 Apr 2023 21:54:58 +0000 Subject: [PATCH] Revert "Polish Weather Clock" Revert submission 22391223-polish_weather_clock Reason for revert: This CL causes a build breakage. Reverted changes: /q/submissionid:22391223-polish_weather_clock Change-Id: I4f294818f5ee620382b22dec6d82eae285da11d2 --- .../plugin/src/com/android/systemui/plugins/WeatherData.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f71c137363c5a..52dfc55c105d8 100644 --- a/packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt +++ b/packages/SystemUI/plugin/src/com/android/systemui/plugins/WeatherData.kt @@ -4,7 +4,7 @@ import android.os.Bundle import androidx.annotation.VisibleForTesting class WeatherData -constructor( +private constructor( val description: String, val state: WeatherStateIcon, val useCelsius: Boolean,