Commit fd989360 by zhangchengbo

fix:解决拨号器-[发送短信]手机号未脱敏问题

parent 7755a575
......@@ -474,7 +474,8 @@ class ThreadActivity : SimpleActivity() {
}
private fun setupThreadTitle() {
val title = participants.getThreadTitle() ?: ""
val title = intent.getStringExtra(THREAD_TITLE) ?: ""
Log.d(TAG, "setupThreadTitle: title = $title ")
binding.threadToolbar.title = if (!title.isNullOrEmpty()) {
......
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