wenweiwei 3 years ago
parent
commit
ef26f9f8b5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Introduce/Record/INPhotoVideosController.swift

+ 0 - 1
Introduce/Record/INPhotoVideosController.swift

@@ -116,7 +116,6 @@ class INPhotoVideosController: BFBaseViewController {
             detailVc.isShowNextBtn = true
             detailVc.maxChoseNum = 20
             detailVc.isStuckPoint = true
-            detailVc.canChose = (self?.chosedAsset?.count ?? 0 < 20)
             detailVc.materialDetailClickHandle = { [weak self] isMaterialSelected, materialData in
                 if isMaterialSelected != materialData?.isSelected {
                     self?.photoMaterialVc.updateMaterials(isSelected:!(isMaterialSelected ?? false), materialData: materialData)