TeamAmaze / TeamAmaze/AmazeFileManager
File overwritting
Open
@dhruvpatidar359 is already working on this.
Since Dec 27, 2022.
Area-FileOperations
Issue-Bug
- Dominant language
- Kotlin
- Stars
- 6.4k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
Describe the bug
Overwritting a file using this app results in strange behavior.
To Reproduce
Steps to reproduce the behavior:
- Create file 1, with the following content:
12345
- Create file 2, with the following content:
000
- Overwrite file 1 with file 2.
- The file 1 becomes:
00045
Expected behavior
000
Smartphone (please complete the following information):
- Device: HTC U12 Life
- OS: Android 8.1
- Rooted: No
- Version: 3.7.2
Additional context
It must resulted from not removing the original file when overwritting.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.