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

Commit aadd9c84 authored by DvTonder's avatar DvTonder
Browse files

Framework: Fix battery light not showing

Change-Id: I69c3824cc6ca34a8da049f63e9a28c64eca52f16
parent a876433f
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -569,16 +569,9 @@ class BatteryService extends Binder {
        private LightsService mLightsService;
        private LightsService.Light mBatteryLight;

        private int mBatteryLowARGB;
        private int mBatteryMediumARGB;
        private int mBatteryFullARGB;
        private int mBatteryLedOn;
        private int mBatteryLedOff;

        private boolean mBatteryCharging;
        private boolean mBatteryLow;
        private boolean mBatteryFull;

        Led(Context context, LightsService lights) {
            mLightsService = lights;
            mBatteryLight = lights.getLight(LightsService.LIGHT_ID_BATTERY);