forked from organicmaps/organicmaps
[android] Added serialization of missed 'canBeReviewed' field in MapObject to fix crash during unmarshaling
This commit is contained in:
parent
d4eb88fbcb
commit
45ca59d076
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ public class MapObject implements Parcelable
|
|||
dest.writeInt(mExtendedView ? 1 : 0);
|
||||
dest.writeInt(mShouldShowUGC ? 1 : 0);
|
||||
dest.writeInt(mCanBeRated ? 1 : 0);
|
||||
dest.writeInt(mCanBeReviewed ? 1 : 0);
|
||||
dest.writeTypedList(mBanners);
|
||||
dest.writeList(mReachableByTaxiTypes);
|
||||
dest.writeTypedList(mRatings);
|
||||
|
|
Loading…
Add table
Reference in a new issue