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

Commit 5ff6f9ae authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Fixed the spn from IccRecords"

am: 69715225

Change-Id: I7dfc20da08729533e3a833f95930055f0985af6e
parents cc56614c 69715225
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;
        }
    }