File-Manager
File-Manager copied to clipboard
Fix cleanup of nested folders 102
Type of change(s)
- [x] Bug fix
- [ ] Feature / enhancement
- [ ] Infrastructure / tooling (CI, build, deps, tests)
- [ ] Documentation
What changed and why
- Fixed cleanup after moving nested folders
Tests performed
- repeated Steps to reproduce the bug Create a folder a and b. Create a folder c inside a folder b. Create a file d.txt inside folder c. (./b/c/d.txt). Move folder ./b to ./a.
- and had the Expected behavior Folder structure of . is ./a/b/c/d.txt.
Closes the following issue(s)
- Closes #102
Checklist
- [x] I read the contribution guidelines.
- [x] I manually tested my changes on device/emulator (if applicable).
- [x] I updated the "Unreleased" section in
CHANGELOG.md(if applicable). - [x] I have self-reviewed my pull request (no typos, formatting errors, etc.).
- [x] All checks are passing.