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

Commit 0273bd2c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "SystemServer: Unbind to remove connection leak" into main am: 2740b8c4 am: 4b71b574

parents 5398f63b 4b71b574
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1694,6 +1694,7 @@ class BluetoothManagerService {
                        if (mAdapter == null) {
                            break;
                        }
                        mContext.unbindService(mConnection);
                        mAdapter = null;
                    } finally {
                        mAdapterLock.writeLock().unlock();