Fix DECRYPT and SEND intent
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user