Revert "[8.4.0]临时代码 修改消息盒子提示"

This reverts commit baa0aba9a9.
This commit is contained in:
yangyakun
2026-03-11 11:04:22 +08:00
parent 97d6fa6f82
commit b4d6b54415

View File

@@ -423,7 +423,7 @@ class MsgBoxTabAdapter(private val activity: Activity) :
resultStr =
"${resultStr}${CallerAutoPilotControlManager.getReportResultDesc(result)}"
}
holder.tvReportType.text = "system information"
holder.tvReportType.text = "通知消息"
// holder.tvReportReason.text = "原因:${reportEntity.msg}"
holder.tvReportReason.text = "${StringUtils.getString(R.string.module_core_cause1)}${reportEntity.msg}"
// holder.tvReportSrc.text = "消息来源:${reportEntity.src}"