diff --git a/lib/pages/chat_list/client_chooser_button.dart b/lib/pages/chat_list/client_chooser_button.dart index ad0c3539..e533d37f 100644 --- a/lib/pages/chat_list/client_chooser_button.dart +++ b/lib/pages/chat_list/client_chooser_button.dart @@ -88,10 +88,7 @@ class ClientChooserButton extends StatelessWidget { ], ), ), - const PopupMenuItem( - value: null, - child: Divider(height: 1), - ), + const PopupMenuDivider(), for (final bundle in bundles) ...[ if (matrix.accountBundles[bundle]!.length != 1 || matrix.accountBundles[bundle]!.single!.userID != bundle)