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

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

SystemUI: Remove redundant and broken setText on temperture view.

Change-Id: Iacb8a566a90bfb8cd13e10e70aeee818e7577b0b
parent 19040260
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -237,7 +237,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 {