Fix infinite loop of loading UI spinners

This commit is contained in:
Cameron Gutman 2018-08-26 11:09:15 -07:00
parent e83a996cd5
commit 48ffca57ec

View File

@ -694,7 +694,10 @@ static NSMutableSet* hostList;
// this view via an error dialog from the stream
// view, so we won't get a return to active notification
// for that which would normally fire beginForegroundRefresh.
[self beginForegroundRefresh];
// HACK tvOS: When this is enabled, it causes us to endlessly
// refresh the UI if you go to the homescreen and back from the app grid.
//[self beginForegroundRefresh];
}
- (void)viewDidDisappear:(BOOL)animated