-
Notifications
You must be signed in to change notification settings - Fork 722
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Check for existing issues
- Completed
Describe the bug / provide steps to reproduce it
When I delete a file in the app and then create a new file with the same name, opening the new file displays the content from the previously deleted file instead of fresh/empty content.
Steps to Reproduce:
Create a file (e.g., test.txt) with some content.
Save, close, and then delete the file from within the app.
Create a new file with the same name (test.txt).
Open the newly created file.
Expected Result:
The new file should either be empty or contain only newly added content.
Actual Result:
The file shows the content from the old (deleted) file.
Environment
acode/android
If applicable, add mockups / screenshots regarding your vision
No response
If applicable, attach your Acode.log file to this issue.
Acode.log
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working