IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.17k stars 58 forks source link

[BUG] Moving files does not update the grid #257

Closed jerichoi224 closed 9 months ago

jerichoi224 commented 9 months ago

Describe the bug When inside the album image grid page, the grid does not update immediately when moving files. Deleting files will automatically remove them from the grid and shift the rest, and I think it should do the same for moving files since they are no longer in the folder.

To Reproduce Steps to reproduce the behavior:

  1. Go to Albums
  2. Choose any alblum
  3. Select an image
  4. move to another folder

Expected behavior Image gets moved to the new folder - works properly Image gets removed from the album grid - doesn't happen.

Smartphone (please complete the following information): Nothing Phone 1

IacobIonut01 commented 9 months ago

Known bug, I'm still working on fixing it