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

Commit a833b6d7 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Missing call in write to parcel

Bug: 17924700
Change-Id: Ie48757fc53674979b8e92f96b5281f965e2ef3b4
parent f4b45770
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);