mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-03 08:15:31 +00:00
Fix infinite loop of loading UI spinners
This commit is contained in:
parent
e83a996cd5
commit
48ffca57ec
@ -694,7 +694,10 @@ static NSMutableSet* hostList;
|
|||||||
// this view via an error dialog from the stream
|
// this view via an error dialog from the stream
|
||||||
// view, so we won't get a return to active notification
|
// view, so we won't get a return to active notification
|
||||||
// for that which would normally fire beginForegroundRefresh.
|
// 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
|
- (void)viewDidDisappear:(BOOL)animated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user