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

Commit 3b838b6b authored by Shareef Ali's avatar Shareef Ali
Browse files

SamsungQualcommRIL: fix logic order

Change-Id: I9d201b0a4c00d8283108ba3f62c91d39c89bd001
parent 873f5a86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,8 +204,8 @@ CommandsInterface {
                setRadioPower(false, null);
                setPreferredNetworkType(mPreferredNetworkType, null);
                notifyRegistrantsRilConnectionChanged(((int[])ret)[0]);
                samsungDriverCall = (needsOldRilFeature("newDriverCall") && !isGSM) || mRilVersion < 7 ? false : true;
                isGSM = (mPhoneType != RILConstants.CDMA_PHONE);
                samsungDriverCall = (needsOldRilFeature("newDriverCall") && !isGSM) || mRilVersion < 7 ? false : true;
                break;
            case RIL_UNSOL_NITZ_TIME_RECEIVED:
                handleNitzTimeReceived(p);