-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BadParcelableException still exists in v1.2.0 #28
Comments
@nickstamp93, I'm not able to reproduce it. |
We experienced the crash again in production using library version 1.2.0
I can't reproduce manually but these are the devices from customers that experienced the crash:
|
@sebaslogen, are you sure they are using the app with the latest version of the library? |
@andremion, yes the release includes v1.2.0 of this lib |
I also confirm that the library included in my production app is v1.2.0 |
Hi guys! I confess i'm not using this library but bumped into this thread while looking for answers as I have the same issue (using also a custom |
Hey guys, |
I appreciate if you get me a feedback of this fixing when you have time to use it. |
Just tested it, all good for me :)
|
Caused by android.os.BadParcelableException ClassNotFoundException when unmarshalling: android.support.design.stateful.ExtendableSavedState android.os.Parcel.readParcelableCreator (Parcel.java:2326) android.os.Parcel.readParcelable (Parcel.java:2276) android.view.AbsSavedState.<init> (AbsSavedState.java:57) android.view.View$BaseSavedState.<init> (View.java:20245) com.andremion.counterfab.CounterFab$SavedState.<init> (CounterFab.java:306) com.andremion.counterfab.CounterFab$SavedState.<init> (CounterFab.java:291) com.andremion.counterfab.CounterFab$SavedState$1.createFromParcel (CounterFab.java:343) com.andremion.counterfab.CounterFab$SavedState$1.createFromParcel
The text was updated successfully, but these errors were encountered: