Simone Summo
02/18/2021, 3:35 PMquery
and an onValueChange: (String?) -> Unit
. The idea is that when I have the onValueChange
with the string as null the UI is different and the TextField is empty, but I get an error when I call my onValueChange inside the clickable of the close icon.
The error I get:
java.lang.AssertionError: org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl@63ae5d17: No such type argument slot: 1
jim
02/18/2021, 4:37 PMShakil Karim
02/18/2021, 4:45 PM