You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: