You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i figured out what was wrong, when MarkerBottomSheet is visible fragment manager tries to store its state it can't serialize "MapAnnotation" because it is an instance of GoogleMapMarkerAnnotation that can't be serialized as it has BitMap property
Hi there,
I was playing with MapMe and came across strange issue. When a new activity is started from the activity with the map, app crashes with the error:
java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = nz.co.trademe.mapme.googlemaps.GoogleMapMarkerAnnotation)
i created this commit to demonstrate it:
dimasikturbo@b6c674c
when "remove" label is clicked the app crashes
The text was updated successfully, but these errors were encountered: