Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19 from DimiL/b2g
Browse files Browse the repository at this point in the history
Bug 997094 - [NFC] nfcd should ndef message count to 0 when reading an e...
  • Loading branch information
allstarschh committed Apr 17, 2014
2 parents 3b00288 + a89349d commit 6a7ada5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nci/NfcTagManager.cpp
Expand Up @@ -216,8 +216,8 @@ NdefMessage* NfcTagManager::doReadNdef()
}

if (generateEmptyNdef == true) {
ALOGI("Couldn't read NDEF!");
// TODO : Implement generate empty Ndef
delete ndefMsg;
ndefMsg = NULL;
addTechnology(NDEF, getConnectedHandle(), getConnectedLibNfcType());
//reconnect();
}
Expand Down

0 comments on commit 6a7ada5

Please sign in to comment.