Unverified Commit 33ec3c94 authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #931 from godera/master

消除TZAssetCell的didSelectPhotoBlock对TZPhotoPickerController的循环引用
parents 4696fce9 034ed246
......@@ -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