Переглянути джерело

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()
     }