Browse Source

transparent background color for VideoInviteCell

cyberta 3 years ago
parent
commit
29e3ce67fa
1 changed files with 1 additions and 1 deletions
  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?) {
     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()
     }
     }