mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Check if OpenKeychain is installed
This commit is contained in:
@@ -3377,7 +3377,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
// Encryption
|
||||
if (ref.ui_encrypt != null && !EntityMessage.ENCRYPT_NONE.equals(ref.ui_encrypt)) {
|
||||
if (ActivityBilling.isPro(context))
|
||||
if (ActivityBilling.isPro(context) && Helper.isOpenKeychainInstalled(context))
|
||||
data.draft.ui_encrypt = ref.ui_encrypt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user