Update placeholder text in PC view

This commit is contained in:
Cameron Gutman 2014-07-04 15:12:37 -07:00
parent 825233309d
commit 1734d21b8e

View File

@ -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) {