mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-15 21:21:45 +00:00
Now stop retrieving assets when the user deselects the host
This commit is contained in:
@@ -93,6 +93,7 @@ static NSArray* appList;
|
|||||||
|
|
||||||
- (void)showHostSelectionView {
|
- (void)showHostSelectionView {
|
||||||
appList = [[NSArray alloc] init];
|
appList = [[NSArray alloc] init];
|
||||||
|
[_appManager stopRetrieving];
|
||||||
_computerNameButton.title = @"No Host Selected";
|
_computerNameButton.title = @"No Host Selected";
|
||||||
[self.collectionView reloadData];
|
[self.collectionView reloadData];
|
||||||
[self.view addSubview:hostScrollView];
|
[self.view addSubview:hostScrollView];
|
||||||
|
|||||||
Reference in New Issue
Block a user