storage-chooser
storage-chooser copied to clipboard
Memory leak
I just tried to include your project in my app. It's running well, very good library.
But LeakCanary detected some leaking issue.
I attached a screenshot for your checking.

I guess using public static dialog might not always be a good option. Please take a look. Looking forward to your feedback. Thanks.
Thanks for this, I made sure Context/Activity/Resource does not leak while writing, Dialog does use Context and will most probably leak it. I'll find a way to make it work without statically accessing it. Any and all suggestions are welcome.