chore: Display spaces filter chip when spaces present even without children

This commit is contained in:
Christian Kußowski 2026-02-14 20:13:27 +01:00
commit 7de276f071
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -142,7 +142,7 @@ class ChatListViewBody extends StatelessWidget {
[ [
ActiveFilter.allChats, ActiveFilter.allChats,
if (spaceDelegateCandidates.isNotEmpty && if (spaces.isNotEmpty &&
!AppSettings !AppSettings
.displayNavigationRail .displayNavigationRail
.value && .value &&