Revised compose actions

This commit is contained in:
M66B
2018-08-05 18:22:55 +00:00
parent bcb0f5b8a8
commit b1cc40bb47
11 changed files with 61 additions and 115 deletions

View File

@@ -27,7 +27,6 @@ import android.view.MenuItem;
public class ActivityCompose extends ActivityBase implements FragmentManager.OnBackStackChangedListener {
static final int LOADER_COMPOSE_GET = 1;
static final int LOADER_COMPOSE_PUT = 2;
static final int LOADER_COMPOSE_DELETE = 3;
static final int REQUEST_CONTACT_TO = 1;
static final int REQUEST_CONTACT_CC = 2;