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

Commit 76b2ec45 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

RIL: Qualcomm: Unbreak LTE

the mUSIM variable got badly scoped during the qcom telephony
refactoring, breaking LTE for LGE devices

Change-Id: I5186891d30fe9e0544aa2dee64474a6a27097952
parent 67260d96
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ import java.util.ArrayList;
 * {@hide}
 */
public class LGEQualcommUiccRIL extends QualcommSharedRIL implements CommandsInterface {
    protected boolean mUSIM;
    boolean RILJ_LOGV = true;
    boolean RILJ_LOGD = true;

+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public class QualcommSharedRIL extends RIL implements CommandsInterface {
    protected HandlerThread mIccThread;
    protected IccHandler mIccHandler;
    protected String mAid;
    protected boolean mUSIM;
    protected boolean mUSIM = false;
    protected int mSetPreferredNetworkType;
    protected String[] mLastDataIface = new String[20];
    boolean RILJ_LOGV = true;