added a button to encrypt to clipboard, change log and about window got their own layout now with proper linkification
This commit is contained in:
@@ -150,6 +150,9 @@ public class DecryptMessageActivity extends BaseActivity {
|
||||
try {
|
||||
ByteArrayInputStream in = new ByteArrayInputStream(messageData.getBytes());
|
||||
setSecretKeyId(Apg.getDecryptionKeyId(in));
|
||||
if (getSecretKeyId() == 0) {
|
||||
throw new Apg.GeneralException("no suitable secret key found");
|
||||
}
|
||||
showDialog(Id.dialog.pass_phrase);
|
||||
} catch (IOException e) {
|
||||
error = e.getLocalizedMessage();
|
||||
|
||||
Reference in New Issue
Block a user