Skip to content

Commit

Permalink
fix(mobile): keep empty album as selected target
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Dec 18, 2024
1 parent 6a855f6 commit 99fc544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/lib/repositories/album_media.repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class AlbumMediaRepository implements IAlbumMediaRepository {
final List<AssetPathEntity> assetPathEntities =
await PhotoManager.getAssetPathList(
hasAll: true,
filterOption: FilterOptionGroup(containsPathModified: true),
);
return assetPathEntities.map(_toAlbum).toList();
}
Expand Down

0 comments on commit 99fc544

Please sign in to comment.