From 84a314adb4b2d6317baf1aaa9a981e69dfa63bdf Mon Sep 17 00:00:00 2001 From: Yuki MIZUNO Date: Mon, 5 Jan 2015 16:32:30 +0900 Subject: [PATCH] Fix a computer name invisibility bug --- Limelight/ViewControllers/MainFrameViewController.m | 1 + 1 file changed, 1 insertion(+) 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]; });