Fixed encryption flow

This commit is contained in:
M66B
2019-04-23 21:21:06 +02:00
parent 6ea18cfe99
commit aa463b3701
4 changed files with 73 additions and 72 deletions

View File

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