Fix b/265364380: Icon for Other is not showing up on light theme
screenshots after fix: https://screenshot.googleplex.com/4Hm2fo44jVeuLWQ.png https://screenshot.googleplex.com/6ZpW34AvXu9Hfvm.png Bug: 265364380 Fix: 265364380 Test: manual Change-Id: I2b73facba2704f4e01bd1e2d4f8e6f09dbca6286
This commit is contained in:
@@ -487,7 +487,7 @@ public class BatteryDiffEntry {
|
||||
|
||||
@Override
|
||||
public Drawable getAppIcon() {
|
||||
return mContext.getDrawable(R.drawable.ic_settings_ethernet);
|
||||
return mContext.getDrawable(R.drawable.ic_settings_battery_usage_others);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user