Skip to content

Conversation

@manu0466
Copy link

Pull Request Description

I’ve fixed an issue where the preferred filter was being overwritten by the default filter. This is my first time working on a Flutter application, so if there is a better way to handle this, please let me know. I’m happy to make any necessary changes.
Thanks again for your amazing work!

Issue Being Fixed

Resolves #696

Screenshots / Recordings

Checklist

  • If a new package was added, did you ensure it works for all supported platforms? Is the package well maintained
  • Check that any changes are related to the issue at hand.

@manu0466 manu0466 changed the title fix: default filter overwritten fix: prefered filter not restored Jan 11, 2026
Copy link
Collaborator

@PartyDonut PartyDonut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking a look at fixing this.

I am aware of the issue but this unfortunately does not fix it. But it is a bit more complex to fix I'm afraid.

Your fix does work for loading a saved filter
However when you press the "Recently add in {libraryName}" on the dashboard. It should apply a different set of filters for viewing recently added items.

This commit breaks that logic.

When you look at the "dashboard_screen.dart" you can see the other filters that should be applied.

So I would suggest to have a look at the logic and where we need to apply what.

Let me know if anything is unclear.

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.

🐛 Android TV - Prefered filter is not restored

2 participants