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

Commit fca31929 authored by Ram Periathiruvadi's avatar Ram Periathiruvadi Committed by Android (Google) Code Review
Browse files

Merge "Fix Handling of user switching for headless user 0 model."

parents c8d48110 bacd8695
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) {