mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
71973e7230
commit
72c5a5263a
|
@ -620,6 +620,7 @@ public class ActivityEML extends ActivityBase {
|
|||
@Override
|
||||
protected String onExecute(Context context, Bundle args) throws Throwable {
|
||||
Uri uri = args.getParcelable("uri");
|
||||
boolean junk = args.getBoolean("junk");
|
||||
long aid = args.getLong("account");
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
|
Loading…
Reference in New Issue