chore: Follow up spaces ui

pull/1223/head
Krille 1 year ago
parent 7b0e0404c0
commit 8a5cd9bf16
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -163,7 +163,13 @@ class ChatListViewBody extends StatelessWidget {
),
shrinkWrap: true,
scrollDirection: Axis.horizontal,
children: ActiveFilter.values
children: [
ActiveFilter.allChats,
ActiveFilter.unread,
ActiveFilter.groups,
if (spaceDelegateCandidates.isNotEmpty)
ActiveFilter.spaces,
]
.map(
(filter) => Padding(
padding:

Loading…
Cancel
Save