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

Commit d1e25b1c authored by Mark Wheatley's avatar Mark Wheatley
Browse files

Allow Wear devices to apply DeviceConfig Changes in DeviceIdleController

Bug: 417191039
Test: N/A
Flag: EXEMPT bug fix
Change-Id: I036b669d728f05dd17fe5d7235e32fdcd31e52f4
parent ad131f28
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1627,7 +1627,6 @@ public class DeviceIdleController extends SystemService
        }

        private void updateConstantsLocked() {
            if (mSmallBatteryDevice) return;
            FLEX_TIME_SHORT = mUserSettingDeviceConfigMediator.getLong(
                    KEY_FLEX_TIME_SHORT, mDefaultFlexTimeShort);