mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Cleanup
This commit is contained in:
parent
1411606115
commit
c214eb83f0
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,6 @@ import android.provider.ContactsContract;
|
|||
import android.provider.MediaStore;
|
||||
import android.provider.Settings;
|
||||
import android.security.KeyChain;
|
||||
import android.security.KeyChainException;
|
||||
import android.system.ErrnoException;
|
||||
import android.text.Editable;
|
||||
import android.text.Html;
|
||||
|
@ -1850,7 +1849,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
|
||||
new SimpleTask<EntityIdentity>() {
|
||||
@Override
|
||||
protected EntityIdentity onExecute(Context context, Bundle args) throws KeyChainException, InterruptedException {
|
||||
protected EntityIdentity onExecute(Context context, Bundle args) {
|
||||
long id = args.getLong("id");
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
|
Loading…
Reference in a new issue