Now stop retrieving assets when the user deselects the host

This commit is contained in:
Diego Waxemberg
2015-02-10 18:40:22 -05:00
parent e7dc22bb15
commit 0c36754ebe

View File

@@ -93,6 +93,7 @@ static NSArray* appList;
- (void)showHostSelectionView {
appList = [[NSArray alloc] init];
[_appManager stopRetrieving];
_computerNameButton.title = @"No Host Selected";
[self.collectionView reloadData];
[self.view addSubview:hostScrollView];