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
This commit is contained in:
Sherry Zhou
2023-04-07 21:54:58 +00:00
committed by Android (Google) Code Review
parent 225d1777a2
commit e5c34615ea

View File

@@ -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,