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

Commit 137f6fc9 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8143

* changes:
  Fix remote caller ID unknow issue in 3 way call
parents a8339dfe 5e9760c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -161,8 +161,8 @@ public class CdmaConnection extends Connection {

        isIncoming = false;
        cnapName = null;
        cnapNamePresentation = 0;
        numberPresentation = 0;
        cnapNamePresentation = Connection.PRESENTATION_ALLOWED;
        numberPresentation = Connection.PRESENTATION_ALLOWED;
        createTime = System.currentTimeMillis();

        if (parent != null) {