Commit 2f46da5d by zhangchengbo

fix:优先展示通讯录名称其次展示手机号

parent 0356376a
......@@ -147,7 +147,7 @@ abstract class BaseConversationsAdapter(
phoneNumber.replace("+86", "")
}
PhoneUtils.phoneNumberFormat(phoneNumber) { itNumber ->
text = itNumber
text = conversation.userName.ifEmpty { itNumber }
}
}
}
......
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