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

Commit b536d361 authored by László Dávid's avatar László Dávid
Browse files

Possible NPE in RuimRecords

Change-Id: I3ac7754ce18b540325e09e0bdcfff926239c8240
parent 3202537c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -231,9 +231,9 @@ public final class RuimRecords extends IccRecords {
                if (mImsi != null && (mImsi.length() < 6 || mImsi.length() > 15)) {
                    loge("invalid IMSI " + mImsi);
                    mImsi = null;
                }

                } else {
                    log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxxxx");
                }

                String operatorNumeric = getRUIMOperatorNumeric();
                if (operatorNumeric != null) {