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.
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.