https://kotlinlang.org logo
Title
u

user

07/10/2022, 10:51 PM
inputsheet radio button select doesn't work i'm using the maxkeppeler code library for sheets, and i have a bottom sheet to select the time option for the timer that i have. When i select the option and click in "ok", it doesn't do what is supposed to. the code library: https://github.com/maxkeppeler/sheets#input private fun timerSheet(){ val timerSheet = InputSheet().build(this) { style(SheetStyle.BOTTOM_SHEET)...