do not autohide notify in view()
This commit is contained in:
parent
444ab38f3f
commit
793ec6ff22
|
@ -444,7 +444,7 @@ function view(id, feed_id, skip_history) {
|
|||
|
||||
if (!cached_article) {
|
||||
|
||||
notify_progress("Loading, please wait...");
|
||||
notify_progress("Loading, please wait...", true);
|
||||
|
||||
} else if (cached_article && article_is_unread) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue