This commit is contained in:
spjspj 2016-09-12 01:13:16 +10:00
parent 3bbf5d1d56
commit c5577dc09e

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();
}
}