Merge "Revert "Polish Weather Clock"" into udc-dev

This commit is contained in:
Sherry Zhou
2023-04-07 22:15:14 +00:00
committed by Android (Google) Code Review

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,