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

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

Merge "Fixed the spn from IccRecords" into qt-dev

am: 2f986ba5

Change-Id: I841733b2762278fb40cee78ab5ae4535a94d63c1
parents 83b8fe2a 2f986ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -714,8 +714,8 @@ public abstract class IccRecords extends Handler implements IccConstants {


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