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

Commit 083d8fed authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "IMS: Do not downgrade the video call for mobile data off when video pause is supported"

am: 3c24cd34

Change-Id: I93f7fa1e3cb8938279c7a4e1df6ef13dd610d74b
parents e85af0d0 3c24cd34
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3685,7 +3685,8 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
        if (imsCall != null) {
            if (conn.hasCapabilities(
                    Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL |
                            Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE)) {
                            Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE)
                            && !mSupportPauseVideo) {

                // If the carrier supports downgrading to voice, then we can simply issue a
                // downgrade to voice instead of terminating the call.