Refresh app icon when the running state changes on tvOS

This commit is contained in:
Cameron Gutman
2019-08-31 19:52:55 -07:00
parent 9a4cdc9c94
commit bf8aaa8198

View File

@@ -180,9 +180,7 @@ static UIImage* noImage;
// Update the app image if neccessary
if ((_appOverlay != nil && ![_app.id isEqualToString:_app.host.currentGame]) ||
(_appOverlay == nil && [_app.id isEqualToString:_app.host.currentGame])) {
#if !TARGET_OS_TV
[self updateAppImage];
#endif
}
// Stop updating when we detach from our parent view