style: 调整消息搜索页面中联系人列表项的样式

This commit is contained in:
Zeew 2025-08-14 16:58:40 +08:00
parent b4f69087f0
commit 3ef5530a58
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ class TIMUIKitSearchFriendState extends TIMUIKitState<TIMUIKitSearchFriend> {
},
faceUrl: conv.friendInfo?.userProfile?.faceUrl ?? "",
showName: "",
lineOne: conversation.userID!,
lineTwo: TIM_t("昵称") + ":" + showNickName!,
lineOne: showNickName!,
lineTwo: null,
);
}).toList(),
_renderShowALl(filteredFriendResultList.length),