mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Do not show fav icon on placeholder elements
This commit is contained in:
parent
f7e24287ba
commit
7204d3471f
@ -317,8 +317,8 @@ class _BackDrop extends StatelessWidget {
|
||||
children: [
|
||||
ThumbnailWidget(
|
||||
backDropImage,
|
||||
shouldShowArchiveStatus: false,
|
||||
shouldShowSyncStatus: false,
|
||||
shouldShowFavoriteIcon: false,
|
||||
thumbnailSize: thumbnailLargeSize,
|
||||
),
|
||||
BackdropFilter(
|
||||
@ -386,8 +386,8 @@ class _CustomImage extends StatelessWidget {
|
||||
decoration: BoxDecoration(boxShadow: imageShadow),
|
||||
child: ThumbnailWidget(
|
||||
file,
|
||||
shouldShowArchiveStatus: false,
|
||||
shouldShowSyncStatus: false,
|
||||
shouldShowFavoriteIcon: false,
|
||||
thumbnailSize: thumbnailLargeSize,
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user