This commit is contained in:
M66B 2019-06-05 13:13:54 +02:00
parent 343d687753
commit 1a08fe8058
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
protected Void onExecute(Context context, Bundle args) {
long id = args.getLong("id");
long mid = args.getLong("message");
long sequence = args.getInt("sequence");
DB db = DB.getInstance(context);
try {