diff --git a/lib/pages/chat_list/chat_list_view.dart b/lib/pages/chat_list/chat_list_view.dart index aa983059..83cae96a 100644 --- a/lib/pages/chat_list/chat_list_view.dart +++ b/lib/pages/chat_list/chat_list_view.dart @@ -198,7 +198,8 @@ class ChatListView extends StatelessWidget { child: const Icon(CupertinoIcons.chat_bubble), ) : null, - bottomNavigationBar: controller.spaces.isEmpty + bottomNavigationBar: controller.spaces.isEmpty || + controller.selectedRoomIds.isNotEmpty ? null : SpacesBottomBar(controller), ),