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 just updated from Java to Kotlin (latest) version of the library and my app crashes when I try to pass null to FloatingActionButton.setOnSpeedDialMenuCloseListener() method.
I get the following error
Fatal Exception: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter listener
at uk.co.markormesher.android_fab.FloatingActionButton.setOnSpeedDialMenuCloseListener(FloatingActionButton.kt)
I don't know Kotlin so I'm not sure what's the problem.
The text was updated successfully, but these errors were encountered:
Hi,
I just updated from Java to Kotlin (latest) version of the library and my app crashes when I try to pass
null
toFloatingActionButton.setOnSpeedDialMenuCloseListener()
method.I get the following error
I don't know Kotlin so I'm not sure what's the problem.
The text was updated successfully, but these errors were encountered: