Fix running state refresh on app grid

This commit is contained in:
Cameron Gutman
2018-12-27 19:54:27 -08:00
parent befef62b2f
commit 94c9433b99
2 changed files with 25 additions and 4 deletions

View File

@@ -982,7 +982,6 @@ static NSMutableSet* hostList;
TemporaryApp* app = _sortedAppList[indexPath.row];
UIAppView* appView = [[UIAppView alloc] initWithApp:app cache:_boxArtCache andCallback:self];
[appView updateAppImage];
if (appView.bounds.size.width > 10.0) {
CGFloat scale = cell.bounds.size.width / appView.bounds.size.width;