File-Manager icon indicating copy to clipboard operation
File-Manager copied to clipboard

Fix cleanup of nested folders 102

Open jguegel opened this issue 4 months ago • 0 comments

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.

jguegel avatar Sep 27 '25 20:09 jguegel