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

Commit 3c949739 authored by Kihong Seong's avatar Kihong Seong Committed by Automerger Merge Worker
Browse files

Merge "app::sdpManager: Check for identity address is null" into main am: d641c570 am: ed02c095

parents 87dc4586 ed02c095
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ public class SdpManager {
                                ? Utils.getBrEdrAddress(inst.getDevice(), mAdapterService)
                                : mAdapterService.getIdentityAddress(inst.getDevice().getAddress());
                if (instAddressString != null
                        && addressString != null
                        && instAddressString.equals(addressString)
                        && inst.getUuid().equals(uuid)) {
                    return inst.isSearching();