Open GoogleCodeExporter opened 9 years ago
This seems to be caused because ProgressThread run() is trying to access
Hostfactory.host which is null. I've done a quick fix to check for this and it
will
stop the FC but maybe a better solution is to disallow cover downloads entirely
until
a connection is established?
FC when hitting back button is also related to the thread being stalled at
trying to
connect and cancel() calls mHandlerIn which have not been created. Again a null
pointer check here will work.
Original comment by lewin....@gmail.com
on 1 May 2010 at 3:48
Indeed, I haven't even thought about this case. Thanks!
Original comment by phree...@gmail.com
on 5 May 2010 at 6:49
Original issue reported on code.google.com by
bolin.andreas@gmail.com
on 25 Apr 2010 at 2:47