I have a Screen A built in compose. I'm using it in side swiftui and at first it is working just fine. But when I navigate from Screen A to next screen and then come back to Screen A, it's lazy column is reset, like If I had scrolled to 10th item, when I come back to A, it will be scrolled to first item.
I am using swiftui's native NavigationStack for navigation.
Does anyone know how can I overcome this issue? It doesn't occur on android side though.