From 8725de504fd4d2b908f0cc0ecdf95d347700e4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 1 Jun 2025 10:51:08 +0200 Subject: [PATCH] chore: Follow up fix popupmenu crash --- lib/pages/chat_list/client_chooser_button.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/chat_list/client_chooser_button.dart b/lib/pages/chat_list/client_chooser_button.dart index 6e566366a..a9b13e731 100644 --- a/lib/pages/chat_list/client_chooser_button.dart +++ b/lib/pages/chat_list/client_chooser_button.dart @@ -162,7 +162,6 @@ class ClientChooserButton extends StatelessWidget { borderRadius: BorderRadius.circular(99), color: Colors.transparent, child: PopupMenuButton( - useRootNavigator: true, popUpAnimationStyle: FluffyThemes.isColumnMode(context) ? AnimationStyle.noAnimation : null, // https://github.com/flutter/flutter/issues/167180