Skip to content

Commit ec2fa6e

Browse files
authored
fix: disable animation "add to" action menu (#24040)
1 parent b974ed5 commit ec2fa6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mobile/lib/presentation/widgets/action_buttons/add_action_button.widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class AddActionButton extends ConsumerWidget {
7777
color: context.themeData.scaffoldBackgroundColor,
7878
position: _menuPosition(context),
7979
items: items,
80+
popUpAnimationStyle: AnimationStyle.noAnimation,
8081
);
8182

8283
if (selected == null) {

0 commit comments

Comments
 (0)