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

transparent background color for VideoInviteCell

cyberta 3 роки тому
батько
коміт
29e3ce67fa
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      deltachat-ios/Chat/Views/Cells/VideoInviteCell.swift

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

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