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

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

Revert "Polish Weather Clock"

Revert submission 22391223-polish_weather_clock

Reason for revert: This CL causes a build breakage.  

Reverted changes: /q/submissionid:22391223-polish_weather_clock

Change-Id: I4f294818f5ee620382b22dec6d82eae285da11d2
parent 225d1777
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
constructor(
private constructor(
    val description: String,
    val state: WeatherStateIcon,
    val useCelsius: Boolean,