msomu
03/07/2021, 2:08 PMAnimatedVisibility
I’m getting this error org.jetbrains.kotlin.diagnostics.SimpleDiagnostic@4ae249ce (error: could not render message)
am I missing something?
I have added these annotations @ExperimentalAnimationApi
or @OptIn(ExperimentalAnimationApi::class)
jossiwolf
03/07/2021, 2:21 PMDominaezzz
03/07/2021, 2:54 PMLazyColumn
. You'll have to move AnimatedVisibility
into item
and not the other way round.msomu
03/07/2021, 3:01 PMModifier.drawBehind