don't select next unread feed when marking as read last week, etc.
This commit is contained in:
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…
Reference in New Issue