Skip to content

Commit

Permalink
fix: add missing call to connect in authenticateSector of Android…
Browse files Browse the repository at this point in the history
… plugin

Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed May 20, 2024
1 parent 76a4ae0 commit d7f6fd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ class FlutterNfcKitPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
thread {
try {
val tag = tagTech as MifareClassic
switchTechnology(tagTech, ndefTechnology)
// key A takes precedence if present
val success = if (keyA != null) {
val (key, _) = canonicalizeData(keyA)
Expand Down

0 comments on commit d7f6fd2

Please sign in to comment.