Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested FolderName throwing exception #47

Open
ferrarikarthik opened this issue Jun 14, 2018 · 2 comments
Open

Nested FolderName throwing exception #47

ferrarikarthik opened this issue Jun 14, 2018 · 2 comments

Comments

@ferrarikarthik
Copy link

For Android, if we give the nested value for folderName property, it throws exception:
Attempt to invoke virtual method 'java.lang.String android.net.Uri.toString()' on a null object reference.

sample object-
{fileName:"test.jpg",
folderName:"ParentFolder/ChildFolder",
height:768,
quality:100,
uri:"file:///storage/emulated/0/img1.jpg",
width:1024
}

Basically, i would like to copy the resized image in a nested folder, not in only parent folder.
So, if the value of folderName is 'ParentFolder', it works.
Can you please fix this issue so that the resized image gets copied to other nested folders.

@ferrarikarthik
Copy link
Author

Hi JoschkaSchulz,
Can you please take a look at this issue? Nested folder will give us great flexibility option.
Thanks,
Karthik M R

@JoschkaSchulz
Copy link
Owner

I will check that while I recheck everything :) It will take some time I havn't done anything inside here for 2 years but if you like to you can create a pull request and I will check that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants