mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-02-05 02:15:47 +00:00
Fix BadParcelableException due to incorrect Post Parcelable implementation.
This commit is contained in:
@ -217,6 +217,7 @@ public class Post implements Parcelable {
|
||||
approvedAtUTC = in.readLong();
|
||||
approvedBy = in.readString();
|
||||
removed = in.readByte() != 0;
|
||||
spam = in.readByte() != 0;
|
||||
isRead = in.readByte() != 0;
|
||||
crosspostParentId = in.readString();
|
||||
distinguished = in.readString();
|
||||
|
||||
Reference in New Issue
Block a user