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

Commit abe39047 authored by Jin Seok Park's avatar Jin Seok Park Committed by Android (Google) Code Review
Browse files

Merge "Cannot cast Object[] to Session2Command[]"

parents 3fbd1c4b eabc8bf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public final class Session2CommandGroup implements Parcelable {

    @Override
    public void writeToParcel(Parcel dest, int flags) {
        dest.writeParcelableArray((Session2Command[]) mCommands.toArray(), 0);
        dest.writeParcelableArray(mCommands.toArray(new Session2Command[0]), 0);
    }

    /**