From ec2fa6e308193c56a046e1c40280f08146b8b30a Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Thu, 20 Nov 2025 11:54:15 -0600 Subject: [PATCH] fix: disable animation "add to" action menu (#24040) --- .../widgets/action_buttons/add_action_button.widget.dart | 1 + 1 file changed, 1 insertion(+) 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) {