Merge "Update the incompatible charging banner tip icon" into udc-qpr-dev

This commit is contained in:
Treehugger Robot
2023-08-02 03:26:19 +00:00
committed by Android (Google) Code Review
4 changed files with 29 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ public final class IncompatibleChargerTipTest {
@Test
public void getIcon_showIcon() {
assertThat(mIncompatibleChargerTip.getIconId())
.isEqualTo(R.drawable.ic_battery_alert_theme);
.isEqualTo(R.drawable.ic_battery_charger);
}
@Test