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
Describe the bug 🐛:
First of all, thank you for your great library! Been using this for almost a year and it's been really helpful!
But while testing I realized that there's a bug for the files in a sub folder. No issue with files that are not in a folder.
To Reproduce:
I added "Test.doc" in Download/testing
handlePath OZ returned an incorrect path: /storage/emulated/0/Download/Test.doc
Expected behavior:
Returned path should be:
/storage/emulated/0/Download/testing/Test.doc
Screenshots:
Smartphone (please complete the following information):
OS: Samsung s22+, Android 12, Target SDK: 32
HandlePath OZ version: 1.0.7
Additional context:
Note that there's no issue with local files that are not in any sub-folder. Cloud files work fine too.
I think have something to do with "msf". Underlined in red have the issue, the rest are working fine:
The text was updated successfully, but these errors were encountered:
Hello, sorry for the response time, unfortunately I didn't have more time to work on this project. Thank you for the feedback and for showing interest in it.
If you are still using it, feel free to make any changes to it.
Describe the bug 🐛:
First of all, thank you for your great library! Been using this for almost a year and it's been really helpful!
But while testing I realized that there's a bug for the files in a sub folder. No issue with files that are not in a folder.
To Reproduce:
Expected behavior:
Returned path should be:
/storage/emulated/0/Download/testing/Test.doc
Screenshots:
Smartphone (please complete the following information):
Additional context:
Note that there's no issue with local files that are not in any sub-folder. Cloud files work fine too.
I think have something to do with "msf". Underlined in red have the issue, the rest are working fine:
The text was updated successfully, but these errors were encountered: