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

Commit 77874161 authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

SystemUI: Fix copy-pasta of battery saver tile

* Fixes NIGHTLIES-2354

Change-Id: I214435bdb8dc29086055c3a1230cc8a5fd4c32c1
parent cded8d8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ public class QSTileHost implements QSTile.Host, Tunable {
        else if (spec.equals("ambient_display")) return R.drawable.ic_qs_ambientdisplay_on;
        else if (spec.equals("live_display")) return R.drawable.ic_livedisplay_auto;
        else if (spec.equals("heads_up")) return R.drawable.ic_qs_heads_up_on;
        else if (spec.equals("heads_up")) return R.drawable.ic_qs_battery_saver_on;
        else if (spec.equals("battery_saver")) return R.drawable.ic_qs_battery_saver_on;
        return 0;
    }