Skip to content

Commit 717fc58

Browse files
author
Chris Bellew
committed
Fixed bug when scanning all servers for clients.
1 parent 62503e3 commit 717fc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/atomjack/vcfp/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public void onSuccess(MediaContainer mediaContainer)
341341
}
342342

343343
private void getClients() {
344-
if(this.server == null) {
344+
if(server.getName().equals(getResources().getString(R.string.scan_all))) {
345345
scanForClients();
346346
} else {
347347
getClients(null);

0 commit comments

Comments
 (0)