Commit 5cbed438 by zhangchengbo

fix:修改显示文案

parent 7e41e05b
...@@ -124,7 +124,9 @@ abstract class BaseConversationsAdapter( ...@@ -124,7 +124,9 @@ abstract class BaseConversationsAdapter(
conversationFrame.isSelected = selectedKeys.contains(conversation.hashCode()) conversationFrame.isSelected = selectedKeys.contains(conversation.hashCode())
conversationAddress.apply { conversationAddress.apply {
text = conversation.title // text = conversation.title
text = conversation.phoneNumber
// Log.e("shuju", "----BaseAdapter----conversationAddress:${conversation.phoneNumber}")
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 1.2f) setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 1.2f)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment