mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 17:53:57 +09:00
refactor: animate bottom sheet (#19655)
* refactor: animate bottom sheet * rebase on main --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@@ -31,8 +31,9 @@ class HomeBottomAppBar extends ConsumerWidget {
|
||||
return BaseBottomSheet(
|
||||
initialChildSize: 0.25,
|
||||
minChildSize: 0.22,
|
||||
expand: false,
|
||||
actions: [
|
||||
const ShareActionButton(),
|
||||
if (multiselect.isEnabled) const ShareActionButton(),
|
||||
if (multiselect.hasRemote) ...[
|
||||
const ShareLinkActionButton(source: ActionSource.timeline),
|
||||
const ArchiveActionButton(source: ActionSource.timeline),
|
||||
|
||||
Reference in New Issue
Block a user