mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: timeline service uninitialised across routes (#19544)
This commit is contained in:
parent
f59b0bab5a
commit
15be3437bf
9 changed files with 95 additions and 139 deletions
|
|
@ -30,8 +30,7 @@ class HomeBottomAppBar extends ConsumerWidget {
|
|||
|
||||
return BaseBottomSheet(
|
||||
initialChildSize: 0.25,
|
||||
minChildSize: 0.22,
|
||||
expand: false,
|
||||
shouldCloseOnMinExtent: false,
|
||||
actions: [
|
||||
if (multiselect.isEnabled) const ShareActionButton(),
|
||||
if (multiselect.hasRemote) ...[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue