You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue contains only one bug. I will open one issue for every bug report I want to file.
Steps to reproduce the bug
Go to 'What's New' i.e. Feeds
Watch a video or 'Mark as watched' while the having 'Show watched items' set to off (slashed eye)
Actual behavior
Videos will not be removed from feed unless you refresh feed or toggle 'Show watched items' (from 'slashed eye' to 'normal eye' and back to 'slashed eye')
Expected behavior
In v0.21.13 and previous releases, Videos would be removed as soon as watched or 'Marked as watched' while the 'Show watched items' setting was set to off (slashed eye), without the need to cycle the setting
Device info
Device model: Amazon Fire HD 10 Plus tablet
The text was updated successfully, but these errors were encountered:
@litetex commit 676bc02 contained in #7050 broke updates in the feed. Now marking an item as watched (or actually watching it) does not update its visual state until the feed items are reloaded in some way (e.g. by pressing the eye two times, or by reloading the feed, or ...).
Fun Fact: It also doesn't work in any other list → This is a new feature in my opinion
I think something like broadcasting an event (and not using the database as a notification platform because a database is a database and not a message broker) when a video is watched and reacting to it would be good solution (maybe something like notifyDataChanged).
Steps to reproduce the bug
Actual behavior
Videos will not be removed from feed unless you refresh feed or toggle 'Show watched items' (from 'slashed eye' to 'normal eye' and back to 'slashed eye')
Expected behavior
In v0.21.13 and previous releases, Videos would be removed as soon as watched or 'Marked as watched' while the 'Show watched items' setting was set to off (slashed eye), without the need to cycle the setting
Device info
The text was updated successfully, but these errors were encountered: