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
After taking a short time to review this bug, and this lib also. I found that: This crash occurred from wrong parameter, maybe came from Kotlin migration:
Hi @andrefrsousa ,
Thank you for publishing lib
SuperBottomSheet
, this lib help our project a lot.However, Firebase Crashlytics report a crash as below:
Fatal Exception: java.lang.IllegalArgumentException
Parameter specified as non-null is null: method kotlin.d0.d.l.g, parameter args
After taking a short time to review this bug, and this lib also. I found that: This crash occurred from wrong parameter, maybe came from Kotlin migration:
It should be:
=>
args: Bundle?
: args is NullableI checked the current lib version,
2.0.0
, and found that there is no changes/updates for this bugPlease take a look and fix it
Thank you very much,
The text was updated successfully, but these errors were encountered: