forked from organicmaps/organicmaps
Crash fix for restoring parcelable bookmark.
This commit is contained in:
parent
408e4b2faa
commit
c3b2c0ba65
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class Bookmark extends MapObject
|
|||
@Override
|
||||
public void writeToParcel(Parcel dest, int flags)
|
||||
{
|
||||
dest.writeString(getType().toString());
|
||||
dest.writeInt(mCategoryId);
|
||||
dest.writeInt(mBookmark);
|
||||
dest.writeString(mName);
|
||||
|
|
Loading…
Add table
Reference in a new issue