Commit 30c85015 authored by wangrui460's avatar wangrui460

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

parent 2b8633e1
...@@ -140,6 +140,8 @@ ...@@ -140,6 +140,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