Pārlūkot izejas kodu

remove static cellHeight constant from AvatarSelectionCell

cyberta 5 gadi atpakaļ
vecāks
revīzija
ebc7384e88
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      deltachat-ios/View/AvatarSelectionCell.swift

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

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