mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-24 23:15:35 -04:00
cleanup
This commit is contained in:
parent
e369d6091a
commit
4ddfbe7746
20 changed files with 150 additions and 189 deletions
|
@ -50,7 +50,7 @@ class ContactListWidget extends ConsumerWidget {
|
|||
: SearchableList<proto.Contact>(
|
||||
autoFocusOnSearch: false,
|
||||
initialList: contactList.toList(),
|
||||
builder: (contact) => ContactItemWidget(contact: contact),
|
||||
builder: (l, i, c) => ContactItemWidget(contact: c),
|
||||
filter: (value) {
|
||||
final lowerValue = value.toLowerCase();
|
||||
return contactList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue