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

Commit d2959b9e authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Missing call in write to parcel

am: a833b6d7

Change-Id: Ifc9dc38a0ddc6787f78fddadd2c2307d2e413c4f
parents b0bb4867 a833b6d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ public class PendingRequestArgs extends ItemInfo implements Parcelable {
    public void writeToParcel(Parcel dest, int flags) {
        ContentValues itemValues = new ContentValues();
        writeToValues(itemValues);
        itemValues.writeToParcel(dest, flags);

        dest.writeInt(mArg1);
        dest.writeInt(mObjectType);