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

Commit dea9944b authored by Ram Periathiruvadi's avatar Ram Periathiruvadi Committed by android-build-merger
Browse files

Merge "Fix Handling of user switching for headless user 0 model." into qt-qpr1-dev

am: f4fc3e2693

Change-Id: Ibf3308822d6d54f21f135cc8fe289eb5cf1ffa61
parents d9794b6b 22d54f67
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -54,9 +54,12 @@ class BluetoothService extends SystemService {

    @Override
    public void onSwitchUser(int userHandle) {
        if (!mInitialized) {
            initialize();
        } else {
            mBluetoothManagerService.handleOnSwitchUser(userHandle);
        }
    }

    @Override
    public void onUnlockUser(int userHandle) {