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

Commit 734e03af authored by Andrew Lee's avatar Andrew Lee
Browse files

DO NOT MERGE Suffix VT_LOCAL/REMOTE with BIDIRECTIONAL.

Bug: 20160395
Change-Id: Ifa4b991cfe312a0bdff9be5d25c0c225f264b5c2
parent 23a29e15
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -375,8 +375,9 @@ public class CallButtonPresenter extends Presenter<CallButtonPresenter.CallButto
        final boolean showMerge = call.can(
                android.telecom.Call.Details.CAPABILITY_MERGE_CONFERENCE);
        final boolean showUpgradeToVideo = !isVideo
                && call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL)
                && call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE);
                && call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL)
                && call.can(
                        android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL);

        final boolean showMute = call.can(android.telecom.Call.Details.CAPABILITY_MUTE);