I am showing a list of data using `ScrollableColum...
# compose
a
I am showing a list of data using
ScrollableColumn
(let say Screen1) and whenever any item get clicked it navigate's to other screen(Screen2). Now issue is that Screen2 have a seperate viewmodel and when I navigate back to Screen1 it refreshes and that part is visible while navigating. So how resolve this issue. Do I need to make custom lifecycle for each screen ? Is there any example which do that ?