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

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

Merge "Recycle obtained Parcel"

parents c6039774 3ba2d18c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -610,6 +610,7 @@ public final class NotificationHistory implements Parcelable {
        // Data can be too large for a transact. Write the data as a Blob, which will be written to
        // Data can be too large for a transact. Write the data as a Blob, which will be written to
        // ashmem if too large.
        // ashmem if too large.
        dest.writeBlob(data.marshall());
        dest.writeBlob(data.marshall());
        data.recycle();
    }
    }


    public static final @NonNull Creator<NotificationHistory> CREATOR
    public static final @NonNull Creator<NotificationHistory> CREATOR