nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
151 stars 40 forks source link

Next/Previous buttons doesn't work on Android 8 #347

Closed yorik closed 4 years ago

yorik commented 7 years ago

After upgrading to Android 8 TTRss reader stopped to go to next or previous article but instead it navigates to list of articles. But the article I want to go to becomes marked as read.

rinhudio commented 7 years ago

Same here on Android Oreo. But it is not just the volume buttons. Also 'swiping' to left/right to open the next/previous article is broken. @nilsbraden Any chance that this get's fixed?

fschlich commented 7 years ago

Same issue also shows when using the on-screen navigation buttons. It is as if the next article is opened, but then the article window becomes invisible, showing the list behind it: while you can just choose any article from the list, pressing "back" will take you to ... just that same list of articles, NOT the list of feeds!

mschmitzer commented 6 years ago

Seeing the same thing on my Nexus X5 since the upgrade to Oreo. I'd love to help get this fixed.

gdhgdhgdh commented 6 years ago

Same here on Nexus 5X after Oreo 8.0 upgrade. Some pics to help illustrate the problem ...

Initial state with all unread articles...

screenshot_20171017-210231

Tap on the first article...

screenshot_20171017-210239

Press Volume Down...

screenshot_20171017-210249

I expected to see the second article. Instead, the second article has been marked as read and I have been returned to the list of unread articles.

maikbrueggemann commented 6 years ago

Workaround: uncheck Preferences --> Display --> Enable Animations

fschlich commented 6 years ago

@maikbrueggemann YAY that works! Usability restored, at last :-)

nilsbraden commented 6 years ago

Can't test on Oreo since the A3 is still on Nougat, sry. But if disabling the animations helps its probably just a minor change to keep the right fragment on top because this sounds like the list (which is always kept in the background) gets to the front somehow.