Hi everyone
i'm seeing this weird behaviour
it was working fine, and randomly i'm seeing this
nothing changed in code, the composable is there as the click actions work fine
the data is there too, i checked using debugger
Happening on physical device too
I see you are using shared element transitions, right? Are you sure your keys are identical for each element? I've seen similar behavior, and in the end, I had more elements using the same key for the transition.
v
Vaibhav Jaiswal
03/10/2025, 2:48 PM
Found it
It was this library which was somehow causing this