Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Not properly deleting files or folders #17

Open
mikeloeven opened this issue Dec 1, 2023 · 2 comments
Open

[BUG] Not properly deleting files or folders #17

mikeloeven opened this issue Dec 1, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mikeloeven
Copy link

mikeloeven commented Dec 1, 2023

The program does not seem to properly delete files or folders on the android side.

Connect android device.
Open desired folder.
select one or more files / folders inside
press delete

selected items appear deleted but will come back when you click refresh indicating the command failed or was not properly executed.

I have checked the folder I was working with was simply Movies it is not a protected system folder and should not have any permission problems.

@mikeloeven mikeloeven added the bug Something isn't working label Dec 1, 2023
@T0biasCZe
Copy link
Owner

Thats because there actually isntany code for deleting files, and when you click delete, it deletes the row in the data grid view... (because i forgot to disable the permission for user to delete rows)

@T0biasCZe
Copy link
Owner

temporarily fixed by disabling deletion of rows, will add the file deletion code in future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants