wenweiwei 3 anos atrás
pai
commit
2b64d50ab1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Introduce/Record/INPhotoVideosController.swift

+ 1 - 1
Introduce/Record/INPhotoVideosController.swift

@@ -108,7 +108,7 @@ class INPhotoVideosController: BFBaseViewController {
         vc.showGIF = false
         vc.view.backgroundColor = .black
         vc.updateFrame(newFrame: CGRect(x: 0, y: navHeadImageView?.bottomY ?? 0, width: cScreenWidth, height: cScreenHeigth - cDevice_iPhoneTabBarHei - (navHeadImageView?.bottomY ?? 0)))
-        vc.selectedMaterialHandle = { [weak self] _, selectedPhotoData, _, _ in
+        vc.selectedMaterialHandle = { [weak self] materialData, selectedPhotoData, _, _ in
             self?.chosedAsset = selectedPhotoData
         }
         vc.detailMaterialHandle = { [weak self] _, currentMaterialData in