修复历史消息背景颜色不正常的问题

This commit is contained in:
Fin 2023-09-15 12:20:57 +08:00
parent 3c4802e331
commit 1e3b027eb0
No known key found for this signature in database
GPG Key ID: CFB59B99D87A7B93

View File

@ -21,6 +21,7 @@ class MessageTableViewCell: BaseTableViewCell<MessageTableViewCellViewModel> {
let bodyLabel: UITextView = {
let label = UITextView()
label.backgroundColor = UIColor.clear
label.isEditable = false
label.dataDetectorTypes = [.phoneNumber, .link]
label.isScrollEnabled = false