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

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

Revert "BatteryMeterView: Battery icon available by default"

This reverts commit 1c06e4c4.
parent c6f534b9
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 = true;
    private boolean mPresent;
    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 = true;
    protected boolean mPresent;
    private int mPluggedChargingSource;
    protected boolean mCharging;
    private boolean mStateUnknown = false;