* commit '3eb14e0383b15a379bd224cabdebe4e5d7366279': Battery summary - tint uid 0 icon
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user