mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2025-10-29 11:35:08 +00:00
Fix BadParcelableException due to incorrect Post Parcelable implementation.
This commit is contained in:
parent
1d85c2c4f9
commit
71fd2c27b2
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user