Fix a computer name invisibility bug

This commit is contained in:
Yuki MIZUNO
2015-01-05 16:32:30 +09:00
parent fcd3af5bcc
commit 84a314adb4
@@ -72,6 +72,7 @@ static StreamConfiguration* streamConfig;
dispatch_async(dispatch_get_main_queue(), ^{ dispatch_async(dispatch_get_main_queue(), ^{
[self updateApps]; [self updateApps];
_computerNameButton.title = _selectedHost.displayName; _computerNameButton.title = _selectedHost.displayName;
[self.navigationController.navigationBar setNeedsLayout];
}); });
[AppManager retrieveAppAssets:appList withManager:hMan andCallback:self]; [AppManager retrieveAppAssets:appList withManager:hMan andCallback:self];
}); });