Vadim Zuev
Vadim Zuev
I can confirm I'm also getting this error for random files. Never met a HTTP 416 before... weird stuff. Anyone any idea why it suddenly started happening? It seems this...
issue confirmed, this is the method (inside my own adapter) that I use for item addition: ``` public void add(@NonNull Entry entry) { data.add(entry); Collections.sort(data); int index = data.indexOf(entry); notifyItemInserted(index);...
Greetings, any updates / plans on this one? I don't want this to look like a complaint (it's not), I mean, it's OSS and folks are putting great effort into...
still no updates on this? I can just repeat what others said: being unable to link a specific overload is really frustrating >