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

Commit b09bbae0 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

BatteryMeterView: Battery icon available by default

Change-Id: I3d1c6b4327fd25bdf66f5623b6b00fe220b6c26f
parent 36da5963
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class BatteryMeterView extends LinearLayout implements DarkReceiver {
    private int mShowPercentMode = MODE_DEFAULT;
    private String mEstimateText = null;
    private boolean mPluggedIn;
    private boolean mPresent;
    private boolean mPresent = true;
    private boolean mPowerSaveEnabled;
    private boolean mIsBatteryDefender;
    private boolean mIsIncompatibleCharging;
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC

    protected int mLevel;
    protected boolean mPluggedIn;
    protected boolean mPresent;
    protected boolean mPresent = true;
    private int mPluggedChargingSource;
    protected boolean mCharging;
    private boolean mStateUnknown = false;