chore: Display spaces filter chip when spaces present even without children
This commit is contained in:
parent
819d068485
commit
7de276f071
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class ChatListViewBody extends StatelessWidget {
|
|||
[
|
||||
ActiveFilter.allChats,
|
||||
|
||||
if (spaceDelegateCandidates.isNotEmpty &&
|
||||
if (spaces.isNotEmpty &&
|
||||
!AppSettings
|
||||
.displayNavigationRail
|
||||
.value &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue