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
Open a channel group
Long press any video in the feed
Press “Mark as watched”
Try to go back (using the button in the app or the device back button)
Actual behavior
At Step 3 visually nothing happens, at Step 4 the app freezes and doesn’t react to any actions anymore. (If you close and reopen it, it goes back to normal)
Expected behavior
The video being marked as watched and the app not freezing and instead going back to the subscriptions page
Screenshots/Screen recordings
I can’t record a video right now, but I can add it in a few days if needed
Logs
Device info
Android version/Custom ROM version: Android 8.0.0
Device model: Samsung Galaxy A3 (2017) / SM-A320F
The text was updated successfully, but these errors were encountered:
I never found this with "Mark as Watched" on the feed views, but I ran into it when trying to extend Mark as Watched to other pages. I made a fix in PR #7160 that replaces a call to getState(streamId).blockingFirst() with a simpler upsert(), which fixed it for the other views. I can't be sure it'll fix your case (since I'm not seeing what you're seeing), but it's likely that it will.
Checklist
Steps to reproduce the bug
Actual behavior
At Step 3 visually nothing happens, at Step 4 the app freezes and doesn’t react to any actions anymore. (If you close and reopen it, it goes back to normal)
Expected behavior
The video being marked as watched and the app not freezing and instead going back to the subscriptions page
Screenshots/Screen recordings
I can’t record a video right now, but I can add it in a few days if needed
Logs
Device info
The text was updated successfully, but these errors were encountered: