Improve handling of background fetch update
This commit is contained in:
@@ -392,7 +392,8 @@
|
||||
.then(items => {
|
||||
for (let item of items) {
|
||||
if (!this.items.some(i => i.ID == item.ID)) {
|
||||
this.items.push(item);
|
||||
this.items.unshift(item);
|
||||
this.setPageTitle();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user