Open xster opened 3 years ago
Don't know if https://github.com/vector-im/element-android/blob/develop/vector/src/main/java/im/vector/app/core/epoxy/LayoutManagerStateRestorer.kt is it. There might be some race going on.
oh it's probably not the local layout manager since it's paginated. Don't know if the remote page and the local scroll are both saved.
Hi, This problem occurred after the following change https://github.com/vector-im/element-android/pull/7734
Not sure if this is the same issue, but opening links from Element results in the chat being scrolled to the bottom once I've returned.
Edit: This seems to occur when very low on RAM.
Describe the bug After the chat activity dies, the scroll position isn't saved on relaunch
To Reproduce Steps to reproduce the behavior:
Expected behavior Would be nice to keep the previous scroll position if you're trying to read things sequentially from a position and want to keep reading after taking a break.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.