Open djdance opened 4 years ago
version 3.0.8.
before I was on 2.2.1 and it was always fine.
I can report after two months of downgrading back to 2.2.1, that no any ConcurrentModificationException crash occured among thousands of my users. So it could be better to fix it in versions 3.x
Hello, I am getting this one from different users and different phones, but in the same place. According to breakpoints, it occurs in 100ms after Ion.with(this).load(s), and onCompleted(Exception e, JsonObject result) doesn't executed. Could you assume, what's wrong?
I saw same previous reports (concerning bitmap & UI thread). I use to run few UI things right from FutureCallback() { onCompleted() } - is it okay? I thought yes.
Thanks anyway.