Fixes incorrect app subtitles in Browse tab

This commit is contained in:
Riley Testut
2020-09-08 13:00:01 -07:00
parent 6cfe9cfdad
commit d9ebf56827

View File

@@ -84,6 +84,7 @@ private extension BrowseViewController
cell.layoutMargins.left = self.view.layoutMargins.left
cell.layoutMargins.right = self.view.layoutMargins.right
cell.subtitleLabel.text = app.subtitle
cell.imageURLs = Array(app.screenshotURLs.prefix(2))
cell.bannerView.configure(for: app)