Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 459e7d63 authored by Sherry Zhou's avatar Sherry Zhou Committed by Android (Google) Code Review
Browse files

Revert "Revert "Polish Weather Clock""

This reverts commit e5c34615.

Reason for revert: Try to submit the change separately

Change-Id: I3bf6e641983866effb8d54044dea4a94b10ba93c
parent e5c34615
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,