From bf8aaa8198f5e447fc018257fbfc347c1354eff7 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 31 Aug 2019 19:52:55 -0700 Subject: [PATCH] Refresh app icon when the running state changes on tvOS --- Limelight/UIAppView.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Limelight/UIAppView.m b/Limelight/UIAppView.m index 2094602..2a61b37 100644 --- a/Limelight/UIAppView.m +++ b/Limelight/UIAppView.m @@ -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