diff --git a/lib/thunder/pages/thunder_page.dart b/lib/thunder/pages/thunder_page.dart index 0919d34bc..ee1199c13 100644 --- a/lib/thunder/pages/thunder_page.dart +++ b/lib/thunder/pages/thunder_page.dart @@ -479,7 +479,7 @@ class _ThunderState extends State { opacity: selectedPageIndex == 0 ? 1.0 : 0.0, duration: const Duration(milliseconds: 150), curve: Curves.easeIn, - child: FeedFAB(scaffoldMessengerKey: scaffoldMessengerKey), + child: IgnorePointer(ignoring: selectedPageIndex != 0, child: FeedFAB(scaffoldMessengerKey: scaffoldMessengerKey)), ) : null, floatingActionButtonAnimator: FloatingActionButtonAnimator.scaling,