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

Commit 8094064b authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 976fea98: am c3c238a3: Merge "Properly convert GENERIC_CONFERENCE...

am 976fea98: am c3c238a3: Merge "Properly convert GENERIC_CONFERENCE capabilities." into lmp-mr1-dev

* commit '976fea98':
  Properly convert GENERIC_CONFERENCE capabilities.
parents 7e532725 976fea98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -582,6 +582,9 @@ public final class InCallController extends CallsManagerListenerBase {

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

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

    private static int convertConnectionToCallCapabilities(int connectionCapabilities) {