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,
|
ActiveFilter.allChats,
|
||||||
|
|
||||||
if (spaceDelegateCandidates.isNotEmpty &&
|
if (spaces.isNotEmpty &&
|
||||||
!AppSettings
|
!AppSettings
|
||||||
.displayNavigationRail
|
.displayNavigationRail
|
||||||
.value &&
|
.value &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue