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

Commit f44768c9 authored by roldenburg's avatar roldenburg Committed by android-build-merger
Browse files

Merge "Fix bug preventing rejecting video calls"

am: 8bb8b998

Change-Id: I1f1f3564e9f4c7d33c1c3b41f3ab3b0fb6d63e09
parents 320bd32e 8bb8b998
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ public class ImsVideoTech implements VideoTech {
    LogUtil.enterBlock("ImsVideoTech.declineUpgradeRequest");
    call.getVideoCall()
        .sendSessionModifyResponse(new VideoProfile(call.getDetails().getVideoState()));
    setSessionModificationState(SessionModificationState.NO_REQUEST);
    logger.logImpression(DialerImpression.Type.IMS_VIDEO_REQUEST_DECLINED);
  }