do not show sync status in memories cover widget
This commit is contained in:
parent
6085aff3e9
commit
fcadbb4e07
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ class _MemoryCoverWidgetState extends State<MemoryCoverWidget> {
|
|||
child: ThumbnailWidget(
|
||||
memory.file,
|
||||
shouldShowArchiveStatus: false,
|
||||
shouldShowSyncStatus: false,
|
||||
key: Key("memories" + memory.file.tag),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue