start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESSAGE_DATA is used rather than MESSAGE_TEXT
This commit is contained in:
@@ -381,7 +381,7 @@ public class EncryptActivity extends BaseActivity {
|
||||
updateButtons();
|
||||
|
||||
if (mReturnResult &&
|
||||
mMessage.getText().length() > 0 &&
|
||||
(mMessage.getText().length() > 0 || mData != null) &&
|
||||
((mEncryptionKeyIds != null &&
|
||||
mEncryptionKeyIds.length > 0) ||
|
||||
getSecretKeyId() != 0)) {
|
||||
|
||||
Reference in New Issue
Block a user