martinmimigames / little-file-explorer

Android 1.0+ mini file explorer and manager
https://martinmimigames.github.io/projects/little-file-explorer/
GNU General Public License v3.0
319 stars 13 forks source link

[Bug] Copy-Paste Actually Cut-Pastes #76

Closed blainebrown closed 10 months ago

blainebrown commented 10 months ago

Describe the bug When copying and pasting the function actually cuts instead.

To Reproduce Steps to reproduce the behavior:

  1. Select files
  2. Click on 'copy'
  3. Move to another directory
  4. Click on 'Paste' at the bottom
  5. Items are moved to new directory
  6. Review previous directory and see files missing

https://github.com/martinmimigames/little-file-explorer/assets/17556196/cf68f989-3b02-4b85-b748-ca06f4d9bb04

Expected Behaviour Files should copy and remain in original directory.

[Optional] Screenshots Video attached

[Optional] Versioning information

blainebrown commented 10 months ago

Works now.