Explorar o código

transparent background color of InfoMessageCell

cyberta %!s(int64=3) %!d(string=hai) anos
pai
achega
794fb22dad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
     }