darsh2 / MultipleImageSelect

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

Fast fix on handler NPE in onStop #13

Closed BassDay closed 8 years ago

BassDay commented 8 years ago

I'm not sure if this can fully help, but at least I suppose it will prevent crashing.

darsh2 commented 8 years ago

Hey I have added detailed information about custom color scheme and styles here - https://github.com/darsh2/MultipleImageSelect/blob/master/README.md#custom-styles

You can check the same using the latest build of the library. Add this to gradle: compile 'com.github.darsh2:MultipleImageSelect:9e27a52'

Can you resend a pull request for the NPE fix regarding the handler though?

BassDay commented 8 years ago

To @darsh2:

Sorry, I'm a total newbie to Git and GitHub. Could you please explain how can I resend a pull request? And thank you for custom styles guide, but I figured it out myself yesterday ;)

darsh2 commented 8 years ago

Hey, glad to know you figured out the custom style guides on your own :) Anyways, I resolved the conflict and merged the pull request. Thanks for your help :)