Steven Mulder
Steven Mulder
## :writing_hand: Describe the bug Chucker *occasionally* crashes when clearing the database: ``` Fatal Exception: java.lang.RuntimeException: Parcelable encountered IOException reading a Serializable object (name = com.chuckerteam.chucker.internal.support.ClearDatabaseService$a$b) at android.os.Parcel.readSerializable(Parcel.java:3509) at android.os.Parcel.readValue(Parcel.java:3277)...
**Describe the bug** We get occasional crashes when using `koin-androidx-workmanager` to inject our worker classes. It seems like this is a continuation of #1623. ``` Fatal Exception: java.lang.Error: org.koin.core.error.InstanceCreationException: Could...
**Describe the bug** When our app adds a dependency on the PayPalPartnerAuth artifact then our app's name is changed to "AuthCore". We were playing around with the PayPal Native Checkout...