mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-16 21:50:57 +00:00
Set title immediately when a PC is tapped
This commit is contained in:
@@ -138,9 +138,6 @@ static NSMutableSet* hostList;
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.title = host.name;
|
|
||||||
|
|
||||||
[self enableUpButton];
|
|
||||||
[self updateAppsForHost:host];
|
[self updateAppsForHost:host];
|
||||||
[self hideLoadingFrame: nil];
|
[self hideLoadingFrame: nil];
|
||||||
});
|
});
|
||||||
@@ -182,9 +179,6 @@ static NSMutableSet* hostList;
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.title = host.name;
|
|
||||||
[self enableUpButton];
|
|
||||||
|
|
||||||
[self updateAppsForHost:host];
|
[self updateAppsForHost:host];
|
||||||
[self->_appManager stopRetrieving];
|
[self->_appManager stopRetrieving];
|
||||||
[self->_appManager retrieveAssetsFromHost:host];
|
[self->_appManager retrieveAssetsFromHost:host];
|
||||||
@@ -299,6 +293,8 @@ static NSMutableSet* hostList;
|
|||||||
|
|
||||||
Log(LOG_D, @"Clicked host: %@", host.name);
|
Log(LOG_D, @"Clicked host: %@", host.name);
|
||||||
_selectedHost = host;
|
_selectedHost = host;
|
||||||
|
self.title = host.name;
|
||||||
|
[self enableUpButton];
|
||||||
[self disableNavigation];
|
[self disableNavigation];
|
||||||
|
|
||||||
#if TARGET_OS_TV
|
#if TARGET_OS_TV
|
||||||
|
|||||||
Reference in New Issue
Block a user