mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Made encryption a free feature
This commit is contained in:
@@ -1060,12 +1060,6 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
|
||||
private void onEncrypt() {
|
||||
if (!Helper.isPro(getContext())) {
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(getContext());
|
||||
lbm.sendBroadcast(new Intent(ActivityCompose.ACTION_SHOW_PRO));
|
||||
return;
|
||||
}
|
||||
|
||||
if (pgpService.isBound())
|
||||
try {
|
||||
String to = etTo.getText().toString();
|
||||
|
||||
Reference in New Issue
Block a user