Added missing fields to many copy constructors. (#8957)

This commit is contained in:
Alex Vasile 2022-05-25 09:51:18 -06:00 committed by GitHub
parent d061526924
commit 82708e4273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 813 additions and 599 deletions

View file

@ -76,7 +76,11 @@ public class CardDownloadData {
this.tokenDescriptor = card.tokenDescriptor;
this.tokenClassName = card.tokenClassName;
this.fileName = card.fileName;
this.splitCard = card.splitCard;
this.flipCard = card.flipCard;
this.flippedSide = card.flippedSide;
this.downloadName = card.downloadName;
this.isType2 = card.isType2;
}
@Override