mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Prevent crash
This commit is contained in:
@@ -4113,7 +4113,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
identity != null && identity.sender_extra)
|
||||
args.putBoolean("remind_extra", true);
|
||||
|
||||
if (pgpService.isBound() &&
|
||||
if (pgpService != null && pgpService.isBound() &&
|
||||
(draft.ui_encrypt == null ||
|
||||
EntityMessage.ENCRYPT_NONE.equals(draft.ui_encrypt))) {
|
||||
List<Address> recipients = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user