Improve comments

This commit is contained in:
Ming Ming 2024-09-19 01:22:09 +08:00
parent aa2f11ef3e
commit 4ecf46b024
2 changed files with 2 additions and 1 deletions

View file

@ -54,7 +54,7 @@ class CollectionNcAlbumAdapter
final f = found.firstWhereOrNull((e) => e.fdId == i.fileId);
return CollectionFileItemNcAlbumItemAdapter(
i,
// retain the path such that it is correct recognized as part of an
// retain the path such that it is correctly recognized as part of an
// album
f?.copyWith(
fdPath: i.path,

View file

@ -138,6 +138,7 @@ class _Bloc extends Bloc<_Event, _State>
);
},
),
// do we need this as we already filter files in filesController?
forEach(
emit,
filesController.stream,