mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 10:58:50 +01:00
Reorder collection items
This commit is contained in:
parent
4bce2ee71b
commit
4aeca291c3
1 changed files with 1 additions and 1 deletions
|
@ -442,9 +442,9 @@ class _HomeAlbumsState extends State<HomeAlbums>
|
|||
}).map((e) => e.item2);
|
||||
itemStreamListItems = [
|
||||
if (Lab().enablePeople) _buildPersonItem(context),
|
||||
if (Lab().enableSharedAlbum) _buildShareItem(context),
|
||||
_buildArchiveItem(context),
|
||||
_buildTrashbinItem(context),
|
||||
if (Lab().enableSharedAlbum) _buildShareItem(context),
|
||||
_buildNewAlbumItem(context),
|
||||
_SeparatorListItem(),
|
||||
...sortedAlbums.map((e) => _AlbumListItem(
|
||||
|
|
Loading…
Reference in a new issue