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

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

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,