mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix: disable animation "add to" action menu (#24040)
This commit is contained in:
parent
b974ed5735
commit
ec2fa6e308
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ class AddActionButton extends ConsumerWidget {
|
||||||
color: context.themeData.scaffoldBackgroundColor,
|
color: context.themeData.scaffoldBackgroundColor,
|
||||||
position: _menuPosition(context),
|
position: _menuPosition(context),
|
||||||
items: items,
|
items: items,
|
||||||
|
popUpAnimationStyle: AnimationStyle.noAnimation,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (selected == null) {
|
if (selected == null) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue