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

Commit 7af8660c 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: ce91d5fe

parents 970f2df3 ce91d5fe
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>();
    }

    /**