瀏覽代碼

remove static cellHeight constant from AvatarSelectionCell

cyberta 5 年之前
父節點
當前提交
ebc7384e88
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)?