mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 17:02:34 +09:00
fix(mobile): do not show trashed assets in album viewer page (#4894)
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@@ -37,6 +37,7 @@ class TrashNotifier extends StateNotifier<bool> {
|
||||
.remoteIdProperty()
|
||||
.findAll();
|
||||
|
||||
// TODO: handle local asset removal on emptyTrash
|
||||
_ref
|
||||
.read(syncServiceProvider)
|
||||
.handleRemoteAssetRemoval(idsToRemove.cast<String>().toList());
|
||||
|
||||
Reference in New Issue
Block a user