Made encryption a free feature

This commit is contained in:
M66B
2019-07-28 18:05:04 +02:00
parent c3d41e6a9a
commit 3e88be112d
3 changed files with 1 additions and 13 deletions

View File

@@ -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();