mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-10 11:05:06 -05:00
Fix DECRYPT and SEND intent
This commit is contained in:
parent
8ab9a0a2d0
commit
8680b5b08e
@ -87,7 +87,7 @@ public class DecryptMessageFragment extends DecryptFragment {
|
|||||||
|
|
||||||
String ciphertext = getArguments().getString(ARG_CIPHERTEXT);
|
String ciphertext = getArguments().getString(ARG_CIPHERTEXT);
|
||||||
if (ciphertext != null) {
|
if (ciphertext != null) {
|
||||||
mMessage.setText(ciphertext);
|
mCiphertext = ciphertext;
|
||||||
decryptStart(null);
|
decryptStart(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user