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

Commit b4829884 authored by Ravindra's avatar Ravindra Committed by Linux Build Service Account
Browse files

Fix to change preferred network mode.

Allow setting preferred network mode without depending on modem capabiltiy.

Change-Id: Ida0012a443baa415707898c0927093a8775bc3bb
CRs-Fixed: 739300
parent 3580187e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ public class ModemBindingPolicyHandler extends Handler {
    private Context mContext;
    private int mNumPhones = TelephonyManager.getDefault().getPhoneCount();
    private boolean mModemRatCapabilitiesAvailable = false;
    private boolean mIsSetPrefNwModeInProgress = true;
    private boolean mIsSetPrefNwModeInProgress = false;
    //private boolean mIsBindingInProgress = false;
    private int[] mPreferredStackId = new int[mNumPhones];
    private int[] mCurrentStackId = new int[mNumPhones];