Commit bd9fd29a by zhangchengbo

fix:替换会话标题title名改为手机号

parent 246a02fb
...@@ -842,7 +842,7 @@ class ThreadActivity : SimpleActivity() { ...@@ -842,7 +842,7 @@ class ThreadActivity : SimpleActivity() {
} }
private fun setupThreadTitle() { private fun setupThreadTitle() {
val title = conversation?.title val title = conversation?.phoneNumber
binding.threadToolbar.title = if (!title.isNullOrEmpty()) { binding.threadToolbar.title = if (!title.isNullOrEmpty()) {
title title
} else { } else {
......
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