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

Commit 829285c3 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Removed MESSAGE_BIND_PROFILE_SERVICE messages on unbind"

am: 3b0256fc

Change-Id: If33f7f2787ee94609e9fbb0ea52f66bdbdf57614
parents 3efa1e7c 3b0256fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -689,6 +689,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
            if (mUnbinding) return;
            mUnbinding = true;
            mHandler.removeMessages(MESSAGE_BLUETOOTH_STATE_CHANGE);
            mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE);
            if (mBluetooth != null) {
                //Unregister callback object
                try {