BUG: User search piture load
This commit is contained in:
parent
ee7d3881e6
commit
969ecf8fdc
6 changed files with 43 additions and 181 deletions
|
|
@ -57,8 +57,11 @@ class _BuildUserSearchResultsListState
|
|||
// vertical: 5,
|
||||
horizontal: 25,
|
||||
),
|
||||
child:
|
||||
MihPersonalProfilePreview(user: widget.userList[index]),
|
||||
child: MihPersonalProfilePreview(
|
||||
user: widget.userList[index],
|
||||
imageFile: directoryProvider
|
||||
.userSearchImages![widget.userList[index].app_id],
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue