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

Commit 1511e96f authored by Adnan Begovic's avatar Adnan Begovic
Browse files

SystemUI: Remove redundant and broken setText on temperture view.

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