chore: Follow up spaces ui
This commit is contained in:
parent
7b0e0404c0
commit
8a5cd9bf16
1 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue