mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
修复历史消息背景颜色不正常的问题
This commit is contained in:
parent
3c4802e331
commit
1e3b027eb0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user