Hi all, I have a weird bug with CMP and Room. I ha...
# room
a
Hi all, I have a weird bug with CMP and Room. I have two screens A and B. ViewModelA is subscribed to a room table through flow on init. After starting the app i go to screen B, modify the table, go back to screen A, everything works as expected A reacts to changes in the table done in B. Now that stops working after screen rotation. I worked around it by recollecting on rotation, but this is weird since vm is the same and initial collection job is active and fine. Does anyone have an idea?