Unverified Commit 034ed246 authored by godera's avatar godera Committed by GitHub

消除 TZAssetCell 的 didSelectPhotoBlock 对 TZPhotoPickerController 的 一处循环引用

parent 4696fce9
......@@ -544,7 +544,7 @@ static CGFloat itemMargin = 5;
if (tzImagePickerVc.maxImagesCount == 1 && !tzImagePickerVc.allowPreview) {
model.isSelected = YES;
[tzImagePickerVc addSelectedModel:model];
[self doneButtonClick];
[strongSelf doneButtonClick];
return;
}
strongCell.selectPhotoButton.selected = YES;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment