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

Commit c7603376 authored by Suresh Koleti's avatar Suresh Koleti Committed by Ravi Paluri
Browse files

IMS: Fix add participent and upgrade/downgrade button visibility

Fix add participent and upgrade/downgrade button visibility

Change-Id: I33f1d9ffe84c42f67cd5677a50dd3ee082a4db0e
parent a15e73d7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -583,6 +583,12 @@ public final class InCallController extends CallsManagerListenerBase {

        Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE,
        android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE,

        Connection.CALL_TYPE_MODIFIABLE,
        android.telecom.Call.Details.CALL_TYPE_MODIFIABLE,

        Connection.ADD_PARTICIPANT,
        android.telecom.Call.Details.ADD_PARTICIPANT,
    };

    private static int convertConnectionToCallCapabilities(int connectionCapabilities) {