Fixes for nfc decrypt
This commit is contained in:
@@ -418,8 +418,7 @@ public class PgpDecryptVerify {
|
||||
log.add(LogType.MSG_DC_PENDING_NFC, indent +1);
|
||||
DecryptVerifyResult result =
|
||||
new DecryptVerifyResult(DecryptVerifyResult.RESULT_PENDING_NFC, log);
|
||||
result.setNfcEncryptedSessionKey(e.encryptedSessionKey);
|
||||
// TODO save passphrase here?
|
||||
result.setNfcState(e.encryptedSessionKey, mPassphrase);
|
||||
return result;
|
||||
}
|
||||
encryptedData = encryptedDataAsymmetric;
|
||||
|
||||
Reference in New Issue
Block a user