Small improvement

This commit is contained in:
M66B
2022-04-24 08:20:15 +02:00
parent 71973e7230
commit 72c5a5263a

View File

@@ -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);