wenweiwei hace 3 años
padre
commit
2b64d50ab1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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