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

Commit 8d142c26 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove SS visibility override for large weather clock" into main

parents 515a6e71 c7224211
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -403,9 +403,7 @@ constructor(
            setAlpha(weatherId, if (showWeather) 1f else 0f)

            val showDateView =
                !keyguardClockViewModel.hasCustomWeatherDataDisplay.value ||
                    !isLargeClockVisible ||
                    !keyguardClockViewModel.shouldDateWeatherBeBelowLargeClock.value
                !keyguardClockViewModel.hasCustomWeatherDataDisplay.value || !isLargeClockVisible
            setVisibility(dateId, if (showDateView) VISIBLE else GONE)
            setAlpha(dateId, if (showDateView) 1f else 0f)