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

Commit eef4e0e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Guard mPbapStateMachineMap"

parents 6e5c9718 331863a6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -725,7 +725,9 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect
        getContentResolver().unregisterContentObserver(mContactChangeObserver);
        mContactChangeObserver = null;
        setComponentAvailable(PBAP_ACTIVITY, false);
        synchronized (mPbapStateMachineMap) {
            mPbapStateMachineMap.clear();
        }
        return true;
    }