alexjlockwood / bees-and-bombs-compose

Implementing some cool animations using Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrolling the list to bottom, Open detail go back list is back to top. Scroll position is not maintained

Gurupreet opened this issue · comments

First of all great work Really inspiring.
Issue:
When you scroll to bottom open detail screen and go back it goes back to top as it doesn't know the scroll position. For now it's fine as not a long list but with list gets longer it will be annoying. Happy to help for the fix.