Polish Weather Clock

Test: atest SimpleClockScreenshotTest
Bug: 275893959, 269227336
Change-Id: I0519416d20d6208836372d5e00258a8ecdd2ec03
This commit is contained in:
Sherry Zhou
2023-04-03 17:14:53 +00:00
parent d0316dc157
commit 225d1777a2

View File

@@ -4,7 +4,7 @@ import android.os.Bundle
import androidx.annotation.VisibleForTesting
class WeatherData
private constructor(
constructor(
val description: String,
val state: WeatherStateIcon,
val useCelsius: Boolean,