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

Commit 3b521b60 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Battery summary - tint uid 0 icon" into mnc-dev

parents 08cb3983 5ef0a9e8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -317,7 +317,8 @@ public class PowerUsageSummary extends PowerUsageBase {
                if (sipper.uidObj != null) {
                    pref.setKey(Integer.toString(sipper.uidObj.getUid()));
                }
                if (sipper.drainType != DrainType.APP && sipper.drainType != DrainType.USER) {
                if ((sipper.drainType != DrainType.APP || sipper.uidObj.getUid() == 0)
                         && sipper.drainType != DrainType.USER) {
                    pref.setTint(colorControl);
                }
                addedSome = true;