diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index 7a1e414..33457f7 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -638,7 +638,7 @@ static NSMutableSet* hostList; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(handleReturnToForeground) - name: UIApplicationWillEnterForegroundNotification + name: UIApplicationDidBecomeActiveNotification object: nil]; [[NSNotificationCenter defaultCenter] addObserver: self