Added extra button to edit signature

This commit is contained in:
M66B
2022-07-11 14:09:26 +02:00
parent b37cde1c5a
commit 19a2c6ec38
6 changed files with 179 additions and 6 deletions

View File

@@ -146,8 +146,10 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
static final int REQUEST_IMPORT_CERTIFICATE = 7;
static final int REQUEST_OAUTH = 8;
static final int REQUEST_STILL = 9;
static final int REQUEST_DELETE_ACCOUNT = 10;
static final int REQUEST_IMPORT_PROVIDERS = 11;
static final int REQUEST_SELECT_IDENTITY = 10;
static final int REQUEST_EDIT_SIGNATURE = 11;
static final int REQUEST_DELETE_ACCOUNT = 12;
static final int REQUEST_IMPORT_PROVIDERS = 13;
static final int PI_MISC = 1;