Revert "Revert "Polish Weather Clock""

This reverts commit e5c34615ea.

Reason for revert: Try to submit the change separately

Change-Id: I3bf6e641983866effb8d54044dea4a94b10ba93c
This commit is contained in:
Sherry Zhou
2023-04-07 22:39:24 +00:00
committed by Android (Google) Code Review
parent e5c34615ea
commit 459e7d6329

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,