pull/156/head
M66B 6 years ago
parent 1c303b4c49
commit 353d719917

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

Loading…
Cancel
Save