Skip to content

[Bug report] Deleted Android photos do not go to the trash in the gallery #1278

Open
@icodeyou

Description

@icodeyou

Version

3.6.3

Platforms

Android

Device Model

Oppo Reno 6, Android 13

flutter info

When I use the method, as the documentation says :

await PhotoManager.editor.android.moveToTrash(list);

My picture does not go to the trash folder on my Oppo device, however it does get deleted.

Is someone facing the same issue ?

PS : I carefully configured my Android phone as it is said in the documentation.

How to reproduce?

  1. Call :
    await PhotoManager.editor.android.moveToTrash(listOfPhotos);

  2. Click "allow" after the message "do you want to move this picture to the bin?"

  3. Check the bin. It does not contain your photo.

Example code (optional)

await PhotoManager.editor.android.moveToTrash(list);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions