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

Commit 3e98ff34 authored by Evan Laird's avatar Evan Laird
Browse files

Turn off LAYER_TYPE_SOFTWARE on BatteryMeterView

ThemedBatteryDrawable will no longer need it due to drawing more
betterer

Test: battery should look the same
Bug: 129014647
Change-Id: I6706cec2b3c3bfbdc0e0456c58191bc7152783e7
parent e9f11d6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ public class BatteryMeterView extends ImageView {
        mDrawable = new BatteryMeterDrawable(context, frameColor);
        mDrawable.setColorFilter(mAccentColorFilter);
        setImageDrawable(mDrawable);
        setLayerType(LAYER_TYPE_SOFTWARE, null);
    }

    public void setBatteryLevel(int level) {