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

Commit a29b6f37 authored by Adnan Begovic's avatar Adnan Begovic Committed by Steve Kondik
Browse files

Revert "SystemUI: Remove redundant and broken setText on temperture view."

This reverts commit 1511e96f.

Change-Id: I67dbd4d9c2489e00ba69a6c21e81aba2c1070995
parent dd48bb45
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -237,6 +237,7 @@ public class KeyguardStatusView extends GridLayout implements
    public void onWeatherChanged(WeatherController.WeatherInfo info) {
    public void onWeatherChanged(WeatherController.WeatherInfo info) {
        if (info.temp == null || info.condition == null) {
        if (info.temp == null || info.condition == null) {
            mTemperatureText.setText(null);
            mTemperatureText.setText(null);
            mTemperatureText.setText(0);
            mWeatherCity.setText("--");
            mWeatherCity.setText("--");
            mWeatherIcon.setImageDrawable(null);
            mWeatherIcon.setImageDrawable(null);
        } else {
        } else {