mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added long press identity to edit identity color
This commit is contained in:
@@ -92,9 +92,10 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
static final int REQUEST_CHANGE_PASSWORD = 10;
|
||||
static final int REQUEST_EDIT_ACCOUNT_COLOR = 11;
|
||||
static final int REQUEST_DELETE_ACCOUNT = 12;
|
||||
static final int REQUEST_IMPORT_PROVIDERS = 13;
|
||||
static final int REQUEST_GRAPH_CONTACTS = 14;
|
||||
static final int REQUEST_GRAPH_CONTACTS_OAUTH = 15;
|
||||
static final int REQUEST_EDIT_IDENITY_COLOR = 13;
|
||||
static final int REQUEST_IMPORT_PROVIDERS = 14;
|
||||
static final int REQUEST_GRAPH_CONTACTS = 15;
|
||||
static final int REQUEST_GRAPH_CONTACTS_OAUTH = 16;
|
||||
static final int REQUEST_DEBUG_INFO = 7000;
|
||||
|
||||
static final int PI_CONNECTION = 1;
|
||||
|
||||
Reference in New Issue
Block a user