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

Commit 56d45e4e authored by Kenny's avatar Kenny Committed by Steve Kondik
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 4b59a7e1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -443,7 +443,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 ) {