Skip to content

Stale File Content Persists After Deletion and Re-Creation #1740

@uncodelab

Description

@uncodelab

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions