style: 调整消息搜索页面中联系人列表项的样式
This commit is contained in:
parent
b4f69087f0
commit
3ef5530a58
|
|
@ -76,8 +76,8 @@ class TIMUIKitSearchFriendState extends TIMUIKitState<TIMUIKitSearchFriend> {
|
||||||
},
|
},
|
||||||
faceUrl: conv.friendInfo?.userProfile?.faceUrl ?? "",
|
faceUrl: conv.friendInfo?.userProfile?.faceUrl ?? "",
|
||||||
showName: "",
|
showName: "",
|
||||||
lineOne: conversation.userID!,
|
lineOne: showNickName!,
|
||||||
lineTwo: TIM_t("昵称") + ":" + showNickName!,
|
lineTwo: null,
|
||||||
);
|
);
|
||||||
}).toList(),
|
}).toList(),
|
||||||
_renderShowALl(filteredFriendResultList.length),
|
_renderShowALl(filteredFriendResultList.length),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue