This commit is contained in:
kepler155c
2018-10-26 01:03:31 -04:00
parent 6d3389c9c6
commit 9ee67c1fad
6 changed files with 18 additions and 67 deletions

View File

@@ -225,7 +225,7 @@ function listingPage:enable()
end
function listingPage:refresh()
self.allItems = Milo:listItems()
self.allItems = context.inventoryAdapter:refresh()
Milo:mergeResources(self.allItems)
self:applyFilter()
end