Merge pull request #1832 from 007durgesh219/WrongCachedFileEncrypt
Fix Wrong file encrypted from cached input
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user