Checklist
Affected app version
1.0.1
Affected Android/Custom ROM version
LineageOS 21
Affected device model
OnePlus 6
How did you install the app?
F-Droid / IzzyOnDroid
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.
Expected behavior
Folder structure of . is ./a/b/c/d.txt.
Actual behavior
Folder structure of . is ./a/b/c/d.txt but ./b/c still exists.
./b and ./b/c should be removed after the moving operation.
Screenshots/Screen recordings
No response
Additional information
When moving a folder with depth one (eg. ./a/b.txt) the folder (./a) is removed and it works correctly.
Checklist
Affected app version
1.0.1
Affected Android/Custom ROM version
LineageOS 21
Affected device model
OnePlus 6
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
aandb.cinside a folderb.d.txtinside folderc. (./b/c/d.txt)../bto./a.Expected behavior
Folder structure of
.is./a/b/c/d.txt.Actual behavior
Folder structure of
.is./a/b/c/d.txtbut./b/cstill exists../band./b/cshould be removed after the moving operation.Screenshots/Screen recordings
No response
Additional information
When moving a folder with depth one (eg.
./a/b.txt) the folder (./a) is removed and it works correctly.