ソースを参照

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?) {
         super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
         clipsToBounds = false
-        backgroundColor = .none
+        backgroundColor = .clear
         setupSubviews()
     }