UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.95k stars 400 forks source link

Show list with Unwatched filter is stale #384

Closed UweTrottmann closed 10 years ago

UweTrottmann commented 10 years ago

After changing the filters, it triggers an update.

This should NOT happen, as this is handled completely by the loader framework and this code has remained untouched a while. Misinterpreted bug report.

Show list cutoff for unwatched episodes is not refreshed on activity re-recreation as old loader is apparently re-used, ergo the cut-off is not updated to the current time, ergo shows with just released episodes do not show up.

Original report

UweTrottmann commented 10 years ago

Potential solutions