mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Update placeholder text in PC view
This commit is contained in:
parent
825233309d
commit
1734d21b8e
@ -467,7 +467,8 @@ public class PcView extends Activity {
|
||||
|
||||
private void addListPlaceholder() {
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user