Merge branch 'main' into single_file_cluster
This commit is contained in:
commit
dbbb1100b3
2 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,7 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
|
|||
final inheritedData = FullScreenMemoryData.of(context)!;
|
||||
final showStepProgressIndicator = inheritedData.memories.length < 60;
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
extendBodyBehindAppBar: true,
|
||||
appBar: AppBar(
|
||||
toolbarHeight: 84,
|
||||
|
|
|
@ -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