This commit is contained in:
M66B 2019-05-13 22:22:09 +02:00
parent 1c303b4c49
commit 353d719917
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
Bundle args = new Bundle();
args.putLong("id", attachment.id);
args.putLong("message", attachment.message);
args.putInt("sequence", attachment.sequence);
new SimpleTask<Void>() {
@Override