Explorar el Código

transparent background color for VideoInviteCell

cyberta hace 3 años
padre
commit
29e3ce67fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
     }