mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 07:45:17 -05:00
fix: disable animation "add to" action menu (#24040)
This commit is contained in:
parent
b974ed5735
commit
ec2fa6e308
@ -77,6 +77,7 @@ class AddActionButton extends ConsumerWidget {
|
||||
color: context.themeData.scaffoldBackgroundColor,
|
||||
position: _menuPosition(context),
|
||||
items: items,
|
||||
popUpAnimationStyle: AnimationStyle.noAnimation,
|
||||
);
|
||||
|
||||
if (selected == null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user