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

Commit 1c06e4c4 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Mohammed Althaf T
Browse files

BatteryMeterView: Battery icon available by default



Change-Id: I3d1c6b4327fd25bdf66f5623b6b00fe220b6c26f


(cherry picked from commit b09bbae0)

Co-authored-by: default avataralthafvly <althafvly@gmail.com>
parent 5caea68b
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;