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

Commit a404e1d2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Deep copy service state object"

parents 5a8f260f 579f130e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -444,7 +444,9 @@ public class ServiceState implements Parcelable {
        mArfcnRsrpBoost = s.mArfcnRsrpBoost;
        synchronized (mNetworkRegistrationInfos) {
            mNetworkRegistrationInfos.clear();
            mNetworkRegistrationInfos.addAll(s.getNetworkRegistrationInfoList());
            for (NetworkRegistrationInfo nri : s.getNetworkRegistrationInfoList()) {
                mNetworkRegistrationInfos.add(new NetworkRegistrationInfo(nri));
            }
        }
        mNrFrequencyRange = s.mNrFrequencyRange;
        mOperatorAlphaLongRaw = s.mOperatorAlphaLongRaw;