Commit c3e40e02bd0c1035d32a01d5c7b34e46c05f4587
1 parent
507b96f6
no message
Showing
1 changed file
with
1 additions
and
1 deletions
LiveVideoCloud/Classes/Sections/LiveSections/Controller/LVCVerifyViewController.m
| @@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
| 50 | 50 | ||
| 51 | - (void)back { | 51 | - (void)back { |
| 52 | 52 | ||
| 53 | - [self.navigationController popViewControllerAnimated:YES]; | 53 | + [self dismissViewControllerAnimated:YES completion:NULL]; |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | #pragma mark - WKNavigationDelegate | 56 | #pragma mark - WKNavigationDelegate |