mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Improve comments
This commit is contained in:
parent
aa2f11ef3e
commit
4ecf46b024
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue