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
|
// 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