Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset scroll position after user chooses app #114

Merged
merged 8 commits into from
Aug 6, 2022

Conversation

hayribakici
Copy link

This PR fixes #70. The scrolling to the top occurs when the user returns to the HomeFragment. I thought first to add this in the onPause() method, however then the RecyclerView would have a lillte 'jump' once an app is clicked. So therefore I think its suited best when the user returns to the laucher, since the app_drawer_fragment_list is not visible at this point. Are there still any thoughts on this?

@hayribakici hayribakici changed the title Scrollposition resets after user chooses app Resets scrollposition after user chooses app Jun 2, 2022
@hayribakici hayribakici changed the title Resets scrollposition after user chooses app Reset scrollposition after user chooses app Jun 2, 2022
@jkuester jkuester changed the title Reset scrollposition after user chooses app Reset scroll position after user chooses app Aug 6, 2022
@jkuester jkuester merged commit bb758ea into jkuester:master Aug 6, 2022
@hayribakici hayribakici deleted the #70_scroll_position branch August 6, 2022 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Forget scrolled position
2 participants