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

Commit 2104d15e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5811156 from 17828faf0e87ffbbfa97a979d459ceeaea0e3805 to rvc-release

Change-Id: I55cbae53075652049aabddca428bc3110550d0af
parents 6109a4f8 fca31929
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -53,9 +53,12 @@ class BluetoothService extends SystemService {

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

    @Override
    public void onUnlockUser(int userHandle) {