darsh2 / MultipleImageSelect

Android library that provides for multiple image selection.
Apache License 2.0
300 stars 112 forks source link

Null Pointer Exception on Runnable #14

Open BassDay opened 8 years ago

BassDay commented 8 years ago

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?

darsh2 commented 8 years ago

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.