do not show sync status in memories cover widget

This commit is contained in:
ashilkn 2024-02-15 18:38:07 +05:30
parent 6085aff3e9
commit fcadbb4e07

View file

@ -221,6 +221,7 @@ class _MemoryCoverWidgetState extends State<MemoryCoverWidget> {
child: ThumbnailWidget(
memory.file,
shouldShowArchiveStatus: false,
shouldShowSyncStatus: false,
key: Key("memories" + memory.file.tag),
),
),