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

Commit 39fbb5d7 authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Skip parceling destroyed buffer" into rvc-dev am: b159f28f

Change-Id: I51bcc3b51a3f12b467881d77bcba997d1e134353
parents 88f47b7d b159f28f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2231,7 +2231,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.isDestroyed() ? mSnapshot : null,
                    0);
            dest.writeInt(mColorSpace.getId());
            dest.writeInt(mOrientation);
            dest.writeInt(mRotation);