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

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

Show "manage conference" for video calls. am: 84a1becf

am: aab8998d

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

Change-Id: Ic1f3afa1270ded8ad31a52ba1c814231acd3bbed
parents f20eb6ed aab8998d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -498,7 +498,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() {
@@ -1036,6 +1036,7 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
        }
        ui.setCallCardVisible(!isFullscreenMode);
        ui.setSecondaryInfoVisible(!isFullscreenMode);
        maybeShowManageConferenceCallButton();
    }

    @Override