chore: hide space tab button in search mode (#2611)
This commit is contained in:
parent
93a71fd5f7
commit
6407041221
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ class ChatListView extends StatelessWidget {
|
|||
// #Pangea
|
||||
// !controller.isSearchMode && controller.activeSpaceId == null
|
||||
controller.activeFilter == ActiveFilter.spaces &&
|
||||
controller.activeSpaceId == null
|
||||
controller.activeSpaceId == null &&
|
||||
!controller.isSearchMode
|
||||
? const SpaceFloatingActionButtons()
|
||||
: !controller.isSearchMode &&
|
||||
controller.activeSpaceId == null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue