Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FlutterCrypto committed Apr 6, 2023
1 parent 847a7ed commit 435ea79
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,492 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import com.github.devnied.emvnfccard.enums.CommandEnum;
import com.github.devnied.emvnfccard.exception.CommunicationException;
import com.github.devnied.emvnfccard.iso7816emv.EmvTags;
import com.github.devnied.emvnfccard.iso7816emv.TagAndLength;
import com.github.devnied.emvnfccard.iso7816emv.impl.DefaultTerminalImpl;
import com.github.devnied.emvnfccard.utils.CommandApdu;
import com.github.devnied.emvnfccard.utils.TlvUtil;
Expand Down Expand Up @@ -247,7 +246,7 @@ public void onTagDiscovered(Tag tag) {
* the following code is for VisaCards and (German) GiroCards as we found a PDOL
*/
writeToUiAppend("");
writeToUiAppend("### processing the America Express, VisaCard and GiroCard path ###");
writeToUiAppend("### processing the American Express, VisaCard and GiroCard path ###");
writeToUiAppend("");
byte[] pdolValue = tag9f38.getBytesValue();
/*
Expand Down Expand Up @@ -1345,6 +1344,7 @@ private void writeToUiAppend(final TextView textView, String message) {
textView.setText(newString);
}
}
Log.d(TAG, message);
});
}

Expand Down
Loading

0 comments on commit 435ea79

Please sign in to comment.