mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-20 23:40:11 +00:00
Update placeholder text in PC view
This commit is contained in:
@@ -467,7 +467,8 @@ public class PcView extends Activity {
|
|||||||
|
|
||||||
private void addListPlaceholder() {
|
private void addListPlaceholder() {
|
||||||
pcListAdapter.add(new ComputerObject("Discovery is running. No computers found yet. " +
|
pcListAdapter.add(new ComputerObject("Discovery is running. No computers found yet. " +
|
||||||
"Make sure your computer is running GFE or add your PC manually on the settings page.", null));
|
"If your PC doesn't show up in about 15 seconds, " +
|
||||||
|
"make sure your computer is running GFE or add your PC manually on the settings page.", null));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void removeListView(ComputerDetails details) {
|
private void removeListView(ComputerDetails details) {
|
||||||
|
|||||||
Reference in New Issue
Block a user