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

Commit 08ae11c5 authored by Xin Li's avatar Xin Li
Browse files

DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master

Bug: 142003500
Change-Id: If5056a73ede668b0048ca107b686413695e5b3b6
parents 9c2bb3d5 936f99e0
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) {