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

Commit eb245bd8 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

Settings: Disable Battery status preference on ModLock.

Change-Id: I9c1b978cd3c50b6db73b333b9e392ee1918a9499
parent b8e846d3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -184,6 +184,9 @@ public class LockscreenInterface extends SettingsPreferenceFragment implements
        if (mLockscreenTargets != null) {
            mLockscreenTargets.setEnabled(enabled);
        }
        if (mBatteryStatus != null) {
            mBatteryStatus.setEnabled(enabled);
        }
    }

    @Override