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

Commit e0b4e9ef 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: I6af98a040328842502b77ea6f6328f12d3ff3d82
parents ee5ecae2 2f986ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -696,8 +696,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;
        }
    }