Fixes incorrect app subtitles in Browse tab

This commit is contained in:
Riley Testut
2020-09-08 13:00:01 -07:00
parent 0256079738
commit 8d2e3f92b5

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)