Panduka De Silva
Panduka De Silva
You should remove ```getParent().requestDisallowInterceptTouchEvent(true)``` in ```dispatchTouchEvent()``` method. I guess this is a bug
Hi @Mecharyry, Thank you so much for your prompt reply. It definitely makes sense from the library point of view but from a client perspective, we would only wanna know...
And one more thing to add I noticed one more thing when the app recovers from a lost network connection it triggers all the notifications including the completed state. Steps...
Thanks @Mecharyry !
Hi @zegnus, thanks for the prompt reply. I'm bit confused here so when we add few items to a Batch it means those are not done in parallel but sequential?...
Thanks, but the main issue is around the head requests as it takes a considerable amount of time. Basically, for 100 list of items in the batch it sends 100...
Exactly what I'm referring to @Mecharyry. Because we are getting the size from the backend as metadata so we can avoid the HEAD request overhead. In this specific case, all...
yes agree with @zegnus cause a multithreaded solution will hinder the servers as well.
@Mecharyry you're the best ! 👍 👍
@Mecharyry no worries! and thanks for letting me know