Unverified Commit c77d7fa5 authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #547 from wangrui460/master

解决当设置 autoDismiss = NO 的时候,点击 Gif 预览页面的完成按钮后,回调没有被调用的问题
parents b2a149d3 c6ec9006
......@@ -126,6 +126,8 @@
[self.navigationController dismissViewControllerAnimated:YES completion:^{
[self callDelegateMethod];
}];
} else {
[self callDelegateMethod];
}
} else {
[self dismissViewControllerAnimated:YES completion:^{
......
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