浏览代码

transparent background color of InfoMessageCell

cyberta 3 年之前
父节点
当前提交
794fb22dad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Chat/Views/Cells/InfoMessageCell.swift

+ 1 - 1
deltachat-ios/Chat/Views/Cells/InfoMessageCell.swift

@@ -25,7 +25,7 @@ class InfoMessageCell: UITableViewCell {
     override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
     override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
         super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
         super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
         clipsToBounds = false
         clipsToBounds = false
-        backgroundColor = .none
+        backgroundColor = .clear
         setupSubviews()
         setupSubviews()
     }
     }