Commit f538a4f1 authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #515 from wangrui460/master

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