diff --git a/lib/ui/collections_gallery_widget.dart b/lib/ui/collections_gallery_widget.dart index 2ada91c72..861fe7fc2 100644 --- a/lib/ui/collections_gallery_widget.dart +++ b/lib/ui/collections_gallery_widget.dart @@ -124,7 +124,7 @@ class _CollectionsGalleryWidgetState extends State List? collections, ) { final bool showDeleteAlbumsButton = - collections!.where((c) => c.thumbnail == null).length > 4; + collections!.where((c) => c.thumbnail == null).length >= 3; final TextStyle trashAndHiddenTextStyle = Theme.of(context) .textTheme .subtitle1!