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

master
Andrew Dolgov 4 years ago
parent d7973fe1b6
commit 87184904ed

@ -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) {

Loading…
Cancel
Save