Open GoogleCodeExporter opened 9 years ago
Are you using ImageLoader from any threads other than the main thread?
Original comment by pbald...@google.com
on 14 Jun 2011 at 3:17
[deleted comment]
Yes I'm calling prefetch from an AsyncTask, is that what's causing the problem?
Original comment by rupert.b...@guardian.co.uk
on 15 Jun 2011 at 10:30
Yes, ImageLoader is only designed to be used from the main thread. I'll either
add support for multiple threads, or have the methods throw a runtime exception
when they're invoked from a background thread.
Original comment by pbald...@google.com
on 15 Jun 2011 at 5:16
Original comment by pbald...@google.com
on 15 Jun 2011 at 9:54
Original issue reported on code.google.com by
rupert.b...@guardian.co.uk
on 14 Jun 2011 at 3:07