Quellcode durchsuchen

remove static cellHeight constant from AvatarSelectionCell

cyberta vor 5 Jahren
Ursprung
Commit
ebc7384e88
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      deltachat-ios/View/AvatarSelectionCell.swift

+ 0 - 1
deltachat-ios/View/AvatarSelectionCell.swift

@@ -3,7 +3,6 @@ import DcCore
 
 
 class AvatarSelectionCell: UITableViewCell {
 class AvatarSelectionCell: UITableViewCell {
     let badgeSize: CGFloat = 72
     let badgeSize: CGFloat = 72
-    static let cellHeight: CGFloat = 98
 
 
     var onAvatarTapped: (() -> Void)?
     var onAvatarTapped: (() -> Void)?