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

Commit a799afd7 authored by Kostya Dmitriev's avatar Kostya Dmitriev
Browse files

Fix for what seems to be a typo responsible for some cases of issue 2207

(http://code.google.com/p/android/issues/detail?id=2207)

Change-Id: I61503990035718fef98e61f020fc7799e848424c
parent 3bef0265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
        boolean desiredPowerState = mGsmPhone.mSST.getDesiredPowerState();

        if ((state == State.IDLE || state == State.SCANNING)
                && (gprsState == ServiceState.STATE_IN_SERVICE || noAutoAttach)
                && (gprsState == ServiceState.STATE_IN_SERVICE || !noAutoAttach)
                && mGsmPhone.mSIMRecords.getRecordsLoaded()
                && (mGsmPhone.mSST.isConcurrentVoiceAndData() ||
                        phone.getState() == Phone.State.IDLE )