So I'm having crash `E/JavaBinder: !!! FAILED BIND...
# compose
t
So I'm having crash
E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 884452)
when using LazyColums , scrolling a large list then going to background with
Copy code
items(playlistItems, { it }) { }
So using the items as the key leading to relatively large keys. Are the keys stored somewhere and not recycled and kept in background without going through normal savestate? (I've checked and the savestates are small, the errors occurs from something internal to compose)