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

Commit 40a2c9bb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Initialize port list in UiccSlotInfo constuctor" into tm-qpr-dev am:...

Merge "Initialize port list in UiccSlotInfo constuctor" into tm-qpr-dev am: ce91d5fe am: 7af8660c

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



Change-Id: I158f79b78236695bb3dc4cb36f4605711af118d0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2a65ca75 7af8660c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public class UiccSlotInfo implements Parcelable {
        this.mLogicalSlotIdx = logicalSlotIdx;
        this.mIsExtendedApduSupported = isExtendedApduSupported;
        this.mIsRemovable = false;
        this.mPortList = null;
        this.mPortList = new ArrayList<UiccPortInfo>();
    }

    /**