mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 19:08:51 +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);
|
}).map((e) => e.item2);
|
||||||
itemStreamListItems = [
|
itemStreamListItems = [
|
||||||
if (Lab().enablePeople) _buildPersonItem(context),
|
if (Lab().enablePeople) _buildPersonItem(context),
|
||||||
|
if (Lab().enableSharedAlbum) _buildShareItem(context),
|
||||||
_buildArchiveItem(context),
|
_buildArchiveItem(context),
|
||||||
_buildTrashbinItem(context),
|
_buildTrashbinItem(context),
|
||||||
if (Lab().enableSharedAlbum) _buildShareItem(context),
|
|
||||||
_buildNewAlbumItem(context),
|
_buildNewAlbumItem(context),
|
||||||
_SeparatorListItem(),
|
_SeparatorListItem(),
|
||||||
...sortedAlbums.map((e) => _AlbumListItem(
|
...sortedAlbums.map((e) => _AlbumListItem(
|
||||||
|
|
Loading…
Reference in a new issue