Fix Wrong file encrypted from cached input
Signed-off-by: Durgesh <007durgesh219@gmail.com>
This commit is contained in:
@@ -729,6 +729,8 @@ public class EncryptFilesFragment
|
||||
// make sure this is correct at this point
|
||||
mAfterEncryptAction = AfterEncryptAction.SAVE;
|
||||
cryptoOperation(new CryptoInputParcel(new Date()));
|
||||
} else if (resultCode == Activity.RESULT_CANCELED) {
|
||||
onCryptoOperationCancelled();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user