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

Commit cdce55aa authored by Xiyuan Xia's avatar Xiyuan Xia Committed by Android (Google) Code Review
Browse files

Merge "Use fillColor for battery bolt color."

parents f8d26e24 b07ce173
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -328,7 +328,7 @@ public class BatteryMeterView extends View implements DemoMode,
        int fillColor = getFillColor(darkIntensity);
        int fillColor = getFillColor(darkIntensity);
        mIconTint = fillColor;
        mIconTint = fillColor;
        mFramePaint.setColor(backgroundColor);
        mFramePaint.setColor(backgroundColor);
        mBoltPaint.setColor(backgroundColor);
        mBoltPaint.setColor(fillColor);
        mChargeColor = fillColor;
        mChargeColor = fillColor;
        invalidate();
        invalidate();
    }
    }