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

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

Show "manage conference" for video calls.

am: 84a1becf

* commit '84a1becf':
  Show "manage conference" for video calls.

Change-Id: Ie59da73076ee1f713f66dd2467a568c699286a2f
parents 765e704e 84a1becf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
        }

        return mPrimary.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)
                && !mPrimary.isVideoCall(mContext);
                && !mIsFullscreen;
    }

    private void setCallbackNumber() {
@@ -1023,6 +1023,7 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
        }
        ui.setCallCardVisible(!isFullscreenMode);
        ui.setSecondaryInfoVisible(!isFullscreenMode);
        maybeShowManageConferenceCallButton();
    }

    @Override