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

Commit 2691e0b2 authored by YK Hung's avatar YK Hung Committed by Automerger Merge Worker
Browse files

Merge "Update the incompatible banner tip icon based on UX refinement" into udc-dev am: ba9bd128

parents 5c37ab9c ba9bd128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public final class IncompatibleChargerTip extends BatteryTip {

    @Override
    public int getIconId() {
        return R.drawable.ic_battery_charging;
        return R.drawable.ic_battery_alert_24dp;
    }

    @Override