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

Commit 71db216d authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Ensure call direction for CEP participants is unknown to start. am: 1b046945

am: 6784bfd5

Change-Id: I78223770fb4fb12bc29ccb862a364f27be66dcc1
parents 79e82049 6784bfd5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ import android.net.Uri;
import android.os.Bundle;
import android.os.Message;
import android.os.Parcel;
import android.telecom.Call;
import android.telecom.ConferenceParticipant;
import android.telecom.Connection;
import android.telephony.Rlog;
@@ -1873,7 +1874,7 @@ public class ImsCall implements ICall {

            if (connectionState != Connection.STATE_DISCONNECTED) {
                ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle,
                        displayName, endpointUri, connectionState);
                        displayName, endpointUri, connectionState, Call.Details.DIRECTION_UNKNOWN);
                mConferenceParticipants.add(conferenceParticipant);
            }
        }