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

Commit 13171b82 authored by yifan.bai's avatar yifan.bai Committed by android-build-merger
Browse files

Merge "Fix oldMergedSS is altered to OUT_OF_SERVICE."

am: 4919362b

Change-Id: Ifbb1c77d321f396735d5c059c8952e20e43a4172
parents 38bc3391 4919362b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2849,7 +2849,7 @@ public class ServiceStateTracker extends Handler {
            mRejectCode = mNewRejectCode;
        }

        ServiceState oldMergedSS = mPhone.getServiceState();
        ServiceState oldMergedSS = new ServiceState(mPhone.getServiceState());

        // swap mSS and mNewSS to put new state in mSS
        ServiceState tss = mSS;