Fix DECRYPT and SEND intent

This commit is contained in:
Dominik Schürmann 2014-04-09 00:05:16 +02:00
parent 8ab9a0a2d0
commit 8680b5b08e

View File

@ -87,7 +87,7 @@ public class DecryptMessageFragment extends DecryptFragment {
String ciphertext = getArguments().getString(ARG_CIPHERTEXT);
if (ciphertext != null) {
mMessage.setText(ciphertext);
mCiphertext = ciphertext;
decryptStart(null);
}
}