mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
fix: Do not display bottombar in selectmode
This commit is contained in:
parent
226c97526e
commit
a7a15f9481
@ -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),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user