mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 15:55: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,
|
color: context.themeData.scaffoldBackgroundColor,
|
||||||
position: _menuPosition(context),
|
position: _menuPosition(context),
|
||||||
items: items,
|
items: items,
|
||||||
|
popUpAnimationStyle: AnimationStyle.noAnimation,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (selected == null) {
|
if (selected == null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user