don't select next unread feed when marking as read last week, etc.

This commit is contained in:
Andrew Dolgov 2020-11-30 15:15:51 +03:00
parent d7973fe1b6
commit 87184904ed
1 changed files with 2 additions and 1 deletions

View File

@ -441,7 +441,8 @@ const Feeds = {
const show_next_feed = App.getInitParam("on_catchup_show_next_feed");
if (show_next_feed) {
// only select next unread feed if catching up entirely (as opposed to last week etc)
if (show_next_feed && !mode) {
const nuf = this.getNextUnread(feed, is_cat);
if (nuf) {