Merge pull request #2253 from spjspj/master

d'oh
This commit is contained in:
spjspj 2016-09-12 01:14:17 +10:00 committed by GitHub
commit 3eb8903a2b

View file

@ -44,7 +44,7 @@ public class CardDownloadData {
this.tokenSetCode = tokenSetCode;
this.tokenDescriptor = tokenDescriptor;
if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("") == 0) {
if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("")) {
this.tokenDescriptor = lastDitchTokenDescriptor();
}
}