Daphne-CoffeeIT
Daphne-CoffeeIT
Any updates?
I managed to make it work in a Dialog with the following code, unfortunately bypassing the KeyboardVisibilityEvent library: ```Kotlin private fun setKeyboardListener() { // Top-level window decor view. val decorView...
Did you ever solve this?
Hi @tiper, it seems that I cannot implement 'com.github.tiper:MaterialSpinner:1.4.2' yet, it fails to resolve. Since I don't have too much time today, I won't be able to manually add the...
Still gives me errors. 
@tiper No problem. That one works indeed. Unfortunately, performClick() is still not working. The BottomSheet is not showing up.
I might have run into the same issue. For me the app crashes after closing the ModalBottomSheet or after navigating onwards while using Scene inside a Card component. Annoyingly no...