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

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

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

parents 3ca7a5ab 02cc3745
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>();
    }

    /**