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

Commit 3e327561 authored by Xin Li's avatar Xin Li
Browse files

Merge redfin/bramble support.

Bug: 171218636
Merged-In: I5fe1a724a73a0c94e4dec01336ee8574b052dd9e
Change-Id: I384c1fdf97c1ca4746c74b5a2f0171a7ac5ef944
parents 3bf385a5 483bae79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -855,7 +855,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
        PhoneAccountHandle delegatePhoneAccountHandle = getDelegatePhoneAccountHandle();
        boolean isTargetSameAsRemote = targetPhoneAccountHandle != null
                && targetPhoneAccountHandle.equals(remotePhoneAccountHandle);
        if (delegatePhoneAccountHandle.equals(targetPhoneAccountHandle)) {
        if (Objects.equals(delegatePhoneAccountHandle, targetPhoneAccountHandle)) {
            s.append(">>>");
        }
        s.append("Target");