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

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

Merge "Fixing wrong actions were written to parcel when copying"

parents f3149fd3 0ebf8813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2340,7 +2340,7 @@ public class RemoteViews implements Parcelable, Filter {

        if (src.mActions != null) {
            Parcel p = Parcel.obtain();
            writeActionsToParcel(p);
            src.writeActionsToParcel(p);
            p.setDataPosition(0);
            // Since src is already in memory, we do not care about stack overflow as it has
            // already been read once.