MultipleImageSelect icon indicating copy to clipboard operation
MultipleImageSelect copied to clipboard

Null Pointer Exception on Runnable

Open BassDay opened this issue 9 years ago • 1 comments

Hello, Thank you for the accepted pull request.

We are not sure how to reproduce this error, but sometimes we get the following stack trace from our users devices:

java.lang.NullPointerException com.darsh.multipleimageselect.activities.ImageSelectActivity$ImageLoaderRunnable.run(ImageSelectActivity.java:327) java.lang.Thread.run(Thread.java:841)

Could you please look in this one too?

BassDay avatar Apr 10 '16 15:04 BassDay

You can refer here for more detail regarding this. Sometimes the cursor returned may be null.

Provided a fix for this. Thanks for pointing this out.

darsh2 avatar Apr 21 '16 13:04 darsh2