Commit c6ec9006 authored by wangrui460's avatar wangrui460

解决当设置 autoDismiss = NO 的时候,点击 Gif 预览页面的完成按钮后,回调没有被调用的问题

parent 30c85015
......@@ -111,6 +111,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