Fix nfc signing

This commit is contained in:
Dominik Schürmann
2014-09-18 14:54:25 +02:00
parent 4dec8b2b76
commit 1837dc89fa
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ public class SignEncryptResult extends OperationResult {
dest.writeInt(0);
}
dest.writeInt(mNfcAlgo);
if (mNfcHash != null) {
if (mNfcTimestamp != null) {
dest.writeInt(1);
dest.writeLong(mNfcTimestamp.getTime());
} else {