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

Commit 227a3b68 authored by Ravindra's avatar Ravindra
Browse files

Display merge icon to add users to existing conference call

Set phone account for conference call to get correct call
capabilities.

Change-Id: I0c2c9b4d38bf192a48a7cc19728ce981d43400d8
CRs-Fixed: 738818
parent 00f9d2bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -249,6 +249,10 @@ final class ConnectionServiceWrapper extends ServiceBinder<IConnectionService> {
                        for (String callId : parcelableConference.getConnectionIds()) {
                            Call childCall = mCallIdMapper.getCall(callId);
                            Log.d(this, "found child: %s", callId);
                            if (conferenceCall.getTargetPhoneAccount() == null) {
                                PhoneAccountHandle ph = childCall.getTargetPhoneAccount();
                                conferenceCall.setTargetPhoneAccount(ph);
                            }
                            if (childCall != null) {
                                childCall.setParentCall(conferenceCall);
                            }