KaustubhPatange / Moviesy

A beautiful client for YTS website which also provides built-in torrent & subtitles downloader with Chromecast support.
https://kaustubhpatange.github.io/Moviesy
Apache License 2.0
248 stars 36 forks source link

[Issue] Showing suggestions when not needed #14

Closed KaustubhPatange closed 3 years ago

KaustubhPatange commented 4 years ago

Describe the Bug:

  1. Search something and allow suggestions to suggest some common search queries.
  2. Click on any search suggestion and let the app load the results.
  3. Now tap on any result, and interact with the movie screen.
  4. Press back & search suggestion will open again.

(It may not occur the first time but it has unexpected behavior.

Expected Behavior:

This should not happen

KaustubhPatange commented 4 years ago

Even after applying this filter it's still promoting the searches.

KaustubhPatange commented 4 years ago

A hacky solution is implemented for this behavior here, indeed it seems flow is not saving previous results, hence distinctUntilChanged is failing.

I'll close this issue once this hacky solution has its own solid implementation.

KaustubhPatange commented 3 years ago

Release v1.6 was a complete rewrite of the app, this has been fixed.