and I'm pretty sure it has nothing to do with using incompatible versions together. My setup is complicated, which means it would be very hard for me to isolate the issue. However, involved pieces are
AnimatedVisibility
and a button click listener. I would like to give more information if these ring any bells.
Which alpha version of compose are you using? We have a fix for updating parent anchors going into alpha08. If you are using alpha07, I'd recommend updating and checking again.
h
Halil Ozercan
12/28/2020, 12:36 PM
I'm using alpha08 😕
d
Doris Liu
12/28/2020, 7:15 PM
That's helpful to know. Is the issue still reproducible if you replace
AnimatedVisibility
with simple if-else?
h
Halil Ozercan
01/06/2021, 7:01 AM
I'm sorry I forgot to return to this @Doris Liu. Issue does not persist when I replace AnimatedVisibility with if/else.