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

Commit 14bf6cc1 authored by slayher's avatar slayher Committed by Shareef Ali
Browse files

Fixup operatorCheck for Note3

Change-Id: Ia8de8312e088b7c4dd98e8d6084313b5f46731fb
parent aab26e1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface {
    private Object
    operatorCheck(Parcel p) {
        String response[] = (String[])responseStrings(p);
        for(int i=0; i<response.length; i++){
        for(int i=0; i<3; i++){
            if (response[i]!= null){
                if (i<2){
                    if (response[i].equals("       Empty") || (response[i].equals("") && !isGSM)) {