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

Commit 2f986ba5 authored by Pengquan Meng's avatar Pengquan Meng Committed by Android (Google) Code Review
Browse files

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

parents 63001992 4939e95c
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;
        }
    }