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

Commit 783c6005 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Register and update input settings after boot" into udc-dev

parents d48052dd be7d2d1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -500,8 +500,6 @@ public class InputManagerService extends IInputManager.Stub

        // Add ourselves to the Watchdog monitors.
        Watchdog.getInstance().addMonitor(this);

        mSettingsObserver.registerAndUpdate();
    }

    // TODO(BT) Pass in parameter for bluetooth system
@@ -512,6 +510,8 @@ public class InputManagerService extends IInputManager.Stub

        mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class);

        mSettingsObserver.registerAndUpdate();

        synchronized (mLidSwitchLock) {
            mSystemReady = true;