TeamAmaze / TeamAmaze/AmazeFileManager

File overwritting

Open
#3,489 6 comments 1 reaction 1 assignee View on GitHub

@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:

  1. Create file 1, with the following content:
12345
  1. Create file 2, with the following content:
000
  1. Overwrite file 1 with file 2.
  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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.