-
-
Notifications
You must be signed in to change notification settings - Fork 119
fix: always use proper sorting in favorites fragment #608
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
Conversation
New custom sorting in favorites tab is not kept until the app is restarted
naveensingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the "Unreleased" section in the changelog as requested by the PR template. You can check other PRs to see how it's done. Example entry: Fixed custom favorites sorting not taking effect until restart.
Also, read the contribution guidelines if you haven't done so.
app/src/main/kotlin/org/fossify/phone/fragments/FavoritesFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/org/fossify/phone/fragments/FavoritesFragment.kt
Outdated
Show resolved
Hide resolved
ChangeLog Added |
app/src/main/kotlin/org/fossify/phone/fragments/FavoritesFragment.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Naveen Singh <[email protected]>
# Conflicts: # CHANGELOG.md
app/src/main/kotlin/org/fossify/phone/fragments/FavoritesFragment.kt
Outdated
Show resolved
Hide resolved
naveensingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it myself, thanks!
Notes for the future:
- Do not remove PR template.
- Link the issue you are working on as required in the template. It won't get automatically closed otherwise.
New custom sorting in favorites tab is not kept until the app is restarted