Liraz S.
Liraz S.
We had another similar crash that we can reproduce every day: ``` Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x234b03dac object_isClass + 16 1 Foundation 0x2363ac928 KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED + 68 2 Foundation 0x2363aa0bc NSKeyValueWillChangeWithPerThreadPendingNotifications.llvm.16432713543580414412...
We encountered the same thing as well for Samsung SM-G9600 ``` Caused by android.os.BadParcelableException: ClassNotFoundException when unmarshalling: at android.os.Parcel.readParcelableCreator(Parcel.java:2871) at android.os.Parcel.readParcelable(Parcel.java:2797) at com.rey.material.app.Dialog$Builder.(Dialog.java:1539) at com.rey.material.app.DatePickerDialog$Builder.(DatePickerDialog.java:827) at com.rey.material.app.DatePickerDialog$Builder$1.createFromParcel(DatePickerDialog.java:858) at com.rey.material.app.DatePickerDialog$Builder$1.createFromParcel(DatePickerDialog.java:856) at...
hey @inteist The class that the system is looking for is "CharSequence" and this class should be available without setting the ClassLoader in Bundle. But in this specific situation Bundle...