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

Commit 36a86649 authored by Kenny's avatar Kenny Committed by Jean-Baptiste Queru
Browse files

Fix send/receive MMS while the phone's state isn't in IDLE and the Network...

Fix send/receive MMS while the phone's state isn't in IDLE and the Network type can support voice and data calls concurrently
Change-Id: I67e5b1f6e4f855cc09dd76c251a86a06990b6499
parent 61af57bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -442,7 +442,8 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
        if ((state == State.IDLE || state == State.SCANNING)
                && (gprsState == ServiceState.STATE_IN_SERVICE || noAutoAttach)
                && mGsmPhone.mSIMRecords.getRecordsLoaded()
                && phone.getState() == Phone.State.IDLE
                && (mGsmPhone.mSST.isConcurrentVoiceAndData() ||
                        phone.getState() == Phone.State.IDLE )
                && isDataAllowed()
                && !mIsPsRestricted
                && desiredPowerState ) {