diff --git a/mobile/lib/presentation/widgets/action_buttons/add_action_button.widget.dart b/mobile/lib/presentation/widgets/action_buttons/add_action_button.widget.dart index 9155d82753..71fedf1258 100644 --- a/mobile/lib/presentation/widgets/action_buttons/add_action_button.widget.dart +++ b/mobile/lib/presentation/widgets/action_buttons/add_action_button.widget.dart @@ -77,6 +77,7 @@ class AddActionButton extends ConsumerWidget { color: context.themeData.scaffoldBackgroundColor, position: _menuPosition(context), items: items, + popUpAnimationStyle: AnimationStyle.noAnimation, ); if (selected == null) {