mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-15 21:21:45 +00:00
Fix a computer name invisibility bug
This commit is contained in:
@@ -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];
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user