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

Commit 2c8fcca5 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...

Merge "IMS: Do not downgrade the video call for mobile data off when video pause is supported" am: 3c24cd34
am: 083d8fed

Change-Id: Idf5accbbe7c4686a1f437fef891ed304d87630a1
parents 3f7ac0df 083d8fed
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.