diff --git a/lib/ui/screens/authorized_group_page_screen.dart b/lib/ui/screens/authorized_group_page_screen.dart index 60e2733..3f8e40d 100644 --- a/lib/ui/screens/authorized_group_page_screen.dart +++ b/lib/ui/screens/authorized_group_page_screen.dart @@ -80,7 +80,7 @@ class _AuthorizedGroupPageScreenState // Add group conversations ..insertAll( - 2, + (_group.isForezGroup ? 2 : 1), _group.conversations .map((e) => _GroupPageTab( widget: (c) => GroupConversationSection(conv: e),