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

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

Merge "Skip parceling destroyed buffer"

parents 13b98fa4 54d48d08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2242,7 +2242,8 @@ public class ActivityManager {
        public void writeToParcel(Parcel dest, int flags) {
            dest.writeLong(mId);
            ComponentName.writeToParcel(mTopActivityComponent, dest);
            dest.writeParcelable(mSnapshot, 0);
            dest.writeParcelable(mSnapshot != null && !mSnapshot.isClosed() ? mSnapshot : null,
                    0);
            dest.writeInt(mColorSpace.getId());
            dest.writeInt(mOrientation);
            dest.writeInt(mRotation);