mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 10:00:41 +09:00
fix: timeline service uninitialised across routes (#19544)
This commit is contained in:
@@ -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) ...[
|
||||
|
||||
Reference in New Issue
Block a user