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

Commit b91a6e13 authored by Xin Li's avatar Xin Li
Browse files

Merge ab/6749736 in stage.

Bug: 167233921
Merged-In: If05c68cda1cc737cf32cce267c968880f1e7e1e1
Change-Id: I37c91a3f6f3155a6317cd69ec13de76fc7ccaf1c
parents 547c8bdd 1fbf0eb1
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");