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:
Zaiyue Xue
2023-01-19 15:41:01 +08:00
parent c7c4689efb
commit 4c3532f5ed
2 changed files with 36 additions and 1 deletions

View File

@@ -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