yasinkacmaz / jetflix

Movie listing app using Jetpack Compose and Tmdb api
MIT License
399 stars 38 forks source link

Filtering and sorting not working #303

Open TB1333 opened 1 week ago

TB1333 commented 1 week ago

Filter and sorting of data don't work at all. I open the filter menu, set my wished filter options and ... nothing happens. Only thing I can actually do in the app is opening movies directly by clicking on their preview card and searching in the search bar for specific movies.

Searching for movies is operational but when I have performed one search, I have to clear the search bar to get back to the homescreen with the movies displayed by default.

When I open a movie's information read it and go back to thr overview screen I still see the previous search results but there is no way to go back to "homescreen" because the search bar has been cleared automatically and there is nothing I can do myself. Only remedy is to perform a new search and clear the search bar afterwards.

yasinkacmaz commented 2 days ago

Hey @TB1333! Thanks so much for bringing this up. I took a look at the search and filter issues you mentioned, and it seems like these PRs should take care of them:

#305 (Fix for search behavior) #308 (Fix for filter changes)

Feel free to check them out! Also, attaching the release APK containing the fixes in case you'd like to try it: app-release.apk.zip