hochanb

Results 2 comments of hochanb

I tried using AndroidView, and it works fine. AndroidView(modifier = Modifier.fillMaxSize(), factory = { context -> val calendar = MaterialCalendarView(context) calendar.apply { //initial settings } }

you saved me. I wasn't able to train more than 100,000 steps, and find out this was the problem.