Small improvement

This commit is contained in:
M66B 2022-04-24 08:20:15 +02:00
parent 71973e7230
commit 72c5a5263a
1 changed files with 1 additions and 0 deletions

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