Keep the scroll position when changing orientation. #8
Labels
No Label
Difficulty - Beginner friendly
Difficulty = Easy
Difficulty = Hard
Difficulty = Medium
Priority = CRITICAL
Priority = High
Priority = Low
Priority = Normal
Priority = Some day
Status - Fixed somewhere else
Status - No details provided
Status = Can't fix
Status = Duplicate
Status = Help wanted
Status = Invalid
Status = Need more details
Status = Taken
Status = Wontfix
Type - Selfoss works like this
Type = Bug
Type = Chore
Type = Enhancement
Type = Feature
Type = Question
Type = SELFOSS API ISSUE
Type = Tools
Type = UX/Design
Up For Grabs
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Louvorg/ReaderForSelfoss-multiplatform#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"Just one annoying bug: when going thru the feeds and having " mark as read" if the phone change from upright to landscape, the articles are reset back to the first article read. Then its necessary to fo back to the list view and start where you left of when the phone flipped..."
Done, but the layout manager does not change. Not liking the result. I'll try to find something else.
For now, this will be low priority.
The
HomeActivity
would have to change, and I don't have that much time to focus on the issue.What I did was disable the activity reloading on orientation change (not sure if it was the right thing to do see here), but that was causing an issue.
Because the activity wasn't reloading, the view layout wasn't changing to
StaggeredGridLayout
in landscape mode.This is still open if anyone want to do the changes.