diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index 0d6503e..2e8d39a 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -72,6 +72,7 @@ static StreamConfiguration* streamConfig; dispatch_async(dispatch_get_main_queue(), ^{ [self updateApps]; _computerNameButton.title = _selectedHost.displayName; + [self.navigationController.navigationBar setNeedsLayout]; }); [AppManager retrieveAppAssets:appList withManager:hMan andCallback:self]; });