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

Wrong back button behavior after marking all read #379

Closed ziffusion closed 3 years ago

ziffusion commented 6 years ago

When you have more than one feed in a category, back button misbehaves after marking "all read" in one of the feeds. Instead of going back one level up where other feeds in the category can be seen, it goes to the top level.

For example, if you have the following hierarchy:

Top level -------- Category A ---------------- Feed 1 ---------------- Feed 2

If you navigate to Feed 1 and mark all articles as read, and then press the back button, you will navigate back to the top level (instead of Category A).

mnalis commented 6 years ago

It is becauase you are too quick... if you wait a second or two, marking all as read will automatically perform "back". So if you also press back, there will be two "back" command sent.

You can disable that automatic "back" in Preferences/usage if you don't want it.

ziffusion commented 6 years ago

No, that's not the case.

The "automatic back" option (called "Go back after all items marked read") is NOT checked. The behavior I see is that on marking all articles read, it clears the unread count, and then displays ALL articles. Then if I hit the back button, it goes one level up too many.

On Fri, Jul 6, 2018 at 11:07 AM, Matija Nalis notifications@github.com wrote:

It is becauase you are too quick... if you wait a second or two, marking all as read will automatically perform "back". So if you also press back, there will be two "back" command sent.

You can disable that automatic "back" in Preferences/usage if you don't want it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nilsbraden/ttrss-reader-fork/issues/379#issuecomment-403061635, or mute the thread https://github.com/notifications/unsubscribe-auth/AAU1jQWXHMN8g0rSYXmjrsE49mV8Fs5Uks5uD30sgaJpZM4UhtE2 .

Tschoepler commented 6 years ago

The same thing happens to me all the time. Even without Marking anything read. I enter a category, then a feed and when I hit the back button I end up on the home screen. This also happens when entering the settings two levels deep.

Also checkout upward navigation on Google material design for reference: https://material.io/design/navigation/understanding-navigation.html#reverse-navigation