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

Commit 3c24cd34 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

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

parents 1761d611 c907331a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3588,7 +3588,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.