Merge pull request #1832 from 007durgesh219/WrongCachedFileEncrypt

Fix Wrong file encrypted from cached input
This commit is contained in:
Dominik Schürmann
2016-04-29 21:24:15 +02:00

View File

@@ -729,6 +729,8 @@ public class EncryptFilesFragment
// make sure this is correct at this point // make sure this is correct at this point
mAfterEncryptAction = AfterEncryptAction.SAVE; mAfterEncryptAction = AfterEncryptAction.SAVE;
cryptoOperation(new CryptoInputParcel(new Date())); cryptoOperation(new CryptoInputParcel(new Date()));
} else if (resultCode == Activity.RESULT_CANCELED) {
onCryptoOperationCancelled();
} }
return; return;
} }