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

Commit 225d1777 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Polish Weather Clock

Test: atest SimpleClockScreenshotTest
Bug: 275893959, 269227336
Change-Id: I0519416d20d6208836372d5e00258a8ecdd2ec03
parent d0316dc1
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,