You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On device rotation, FeedView's scroll offset moves to a different offset:
Furthermore, this behaviour doesn't appear to be deterministic (i.e. it's appears unpredictable: on each rotation event, offset will move to a slightly different position than before).
Expected Behavior
On each rotation event from portrait to landscape, scroll view should return to its previous position (this is the behaviour in a simple setup).
Actual Behavior
On each rotation event, scroll view moves to a different offset that's unique to each event.
To Reproduce
Open Feed view.
Scroll down maybe 10 or 20 posts.
Rotate device several times.
Mlem Information:
Latest TestFlight/dev builds.
Additional Context
In a simple setup, ScrollView+LazyVStack is able to "gracefully" handle device rotation events and keep scroll position intact.
Turning off the recompute size logic in CachedImage.onAppear doesn't fix issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
On device rotation, FeedView's scroll offset moves to a different offset:
Expected Behavior
On each rotation event from portrait to landscape, scroll view should return to its previous position (this is the behaviour in a simple setup).
Actual Behavior
On each rotation event, scroll view moves to a different offset that's unique to each event.
To Reproduce
Mlem Information:
Latest TestFlight/dev builds.
Additional Context
CachedImage.onAppear
doesn't fix issue.The text was updated successfully, but these errors were encountered: