pull/156/head
M66B 6 years ago
parent 343d687753
commit 1a08fe8058

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

Loading…
Cancel
Save