From 0c36754ebef07e292d47be2a97b0c9df023f481d Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Tue, 10 Feb 2015 18:40:22 -0500 Subject: [PATCH] Now stop retrieving assets when the user deselects the host --- Limelight/ViewControllers/MainFrameViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index c329b02..d6f8705 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -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];