Symplify encryption flow

This commit is contained in:
M66B
2019-04-24 13:06:46 +02:00
parent e8d2ede596
commit 7b7ec3aff3
2 changed files with 20 additions and 28 deletions

View File

@@ -46,9 +46,7 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
static final int REQUEST_CONTACT_BCC = 3;
static final int REQUEST_IMAGE = 4;
static final int REQUEST_ATTACHMENT = 5;
static final int REQUEST_KEY = 6;
static final int REQUEST_ENCRYPT = 7;
static final int REQUEST_SIGN = 8;
static final int REQUEST_ENCRYPT = 6;
@Override
protected void onCreate(Bundle savedInstanceState) {