fixed the feeds view not displaying feeds from uncategorized category (which has id 0)
This commit is contained in:
parent
a90a8b6298
commit
f50dfebfda
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ Page {
|
|||
feedsModel.clear();
|
||||
|
||||
loading = false;
|
||||
if(feeds && categoryId) {
|
||||
|
||||
if(feeds) {
|
||||
var emptyList = feeds.length;
|
||||
var unreadcount;
|
||||
console.log("showing feeds for category: "+categoryId+"\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue