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

Commit 5e9760c1 authored by Jinghui Guo's avatar Jinghui Guo Committed by Wink Saville
Browse files

Fix remote caller ID unknow issue in 3 way call

parent 078bc317
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) {