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

Commit 75651dac authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "NetworkRegistrationInfo: add Parcel recycle" am: 9b899f72 am:...

Merge "NetworkRegistrationInfo: add Parcel recycle" am: 9b899f72 am: fbfe8484 am: 6d47e1ad am: f4ee5731

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1569100

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie85c8e3a877612f5e6d9defda5439c73dd198324
parents 8b6556fd f4ee5731
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -344,6 +344,7 @@ public final class NetworkRegistrationInfo implements Parcelable {
            // TODO: Instead of doing this, we should create a formal way for cloning cell identity.
            // TODO: Instead of doing this, we should create a formal way for cloning cell identity.
            // Cell identity is not an immutable object so we have to deep copy it.
            // Cell identity is not an immutable object so we have to deep copy it.
            mCellIdentity = CellIdentity.CREATOR.createFromParcel(p);
            mCellIdentity = CellIdentity.CREATOR.createFromParcel(p);
            p.recycle();
        }
        }


        if (nri.mVoiceSpecificInfo != null) {
        if (nri.mVoiceSpecificInfo != null) {