fix: Do not display bottombar in selectmode

onboarding
Krille Fear 4 years ago
parent ca65de90ef
commit 8ac9372969

@ -198,7 +198,8 @@ class ChatListView extends StatelessWidget {
child: const Icon(CupertinoIcons.chat_bubble), child: const Icon(CupertinoIcons.chat_bubble),
) )
: null, : null,
bottomNavigationBar: controller.spaces.isEmpty bottomNavigationBar: controller.spaces.isEmpty ||
controller.selectedRoomIds.isNotEmpty
? null ? null
: SpacesBottomBar(controller), : SpacesBottomBar(controller),
), ),

Loading…
Cancel
Save