not yet keep scroll position after config changes or is my setup just wrong?
a
Alexander Black
08/05/2021, 11:24 PM
you might need to do something like this:
Copy code
Use rememberSaveable to restore your UI state after an activity or process is recreated. rememberSaveable retains state across recompositions. In addition, rememberSaveable also retains state across activity and process recreation.