chore: show spaces filter if user is in any spaces (#2028)
This commit is contained in:
parent
d20e8918d1
commit
872db04582
1 changed files with 5 additions and 1 deletions
|
|
@ -196,8 +196,12 @@ class ChatListViewBody extends StatelessWidget {
|
|||
ActiveFilter.allChats,
|
||||
ActiveFilter.groups,
|
||||
ActiveFilter.unread,
|
||||
if (spaceDelegateCandidates.isNotEmpty &&
|
||||
// #Pangea
|
||||
// if (spaceDelegateCandidates.isNotEmpty &&
|
||||
// !controller.widget.displayNavigationRail)
|
||||
if (spaces.isNotEmpty &&
|
||||
!controller.widget.displayNavigationRail)
|
||||
// Pangea#
|
||||
ActiveFilter.spaces,
|
||||
]
|
||||
.map(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue