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

Commit 69715225 authored by Pengquan Meng's avatar Pengquan Meng Committed by Gerrit Code Review
Browse files

Merge "Fixed the spn from IccRecords"

parents f232f272 57d377fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -715,8 +715,8 @@ public abstract class IccRecords extends Handler implements IccConstants {

    protected void setServiceProviderName(String spn) {
        if (!TextUtils.equals(mSpn, spn)) {
            mSpn = spn != null ? spn.trim() : null;
            mSpnUpdatedRegistrants.notifyRegistrants();
            mSpn = spn;
        }
    }