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

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

Merge "Fix NPE in AdapterService.onUserBondResponse" into main

parents 78755201 c37c8b67
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2700,7 +2700,9 @@ public class AdapterService extends Service {
            }
            service.logUserBondResponse(device, false, source);
            service.mBondAttemptCallerInfo.remove(device.getAddress());
            if (service.mPhonePolicy != null) {
                service.mPhonePolicy.onRemoveBondRequest(device);
            }
            deviceProp.setBondingInitiatedLocally(false);

            Message msg = service.mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND);