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

Commit 3ffb27d6 authored by dlaszlo's avatar dlaszlo Committed by Gerrit Code Review
Browse files

The correct default value for the battery light settings

Change-Id: I364fe34f89abda2ebc87fd6c8114f2822460eeb5
parent 69a0feac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ public class DisplaySettings extends SettingsPreferenceFragment implements

    private void updateBatteryPulseDescription() {
        if (Settings.System.getInt(getActivity().getContentResolver(),
                Settings.System.BATTERY_LIGHT_ENABLED, 0) == 1) {
                Settings.System.BATTERY_LIGHT_ENABLED, 1) == 1) {
            mBatteryPulse.setSummary(getString(R.string.notification_light_enabled));
        } else {
            mBatteryPulse.setSummary(getString(R.string.notification_light_disabled));