Don't show owner avatar on albumListItem on CreateCollectionSheet
This commit is contained in:
parent
3de7a6b051
commit
5d833bd944
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class AlbumListItemWidget extends StatelessWidget {
|
|||
? ThumbnailWidget(
|
||||
item.thumbnail,
|
||||
showFavForAlbumOnly: true,
|
||||
shouldShowOwnerAvatar: true,
|
||||
shouldShowOwnerAvatar: false,
|
||||
)
|
||||
: const NoThumbnailWidget(
|
||||
addBorder: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue