diff --git a/iOS/TUIKit/TUIChat/CommonUI/Camera/TUICameraViewController.m b/iOS/TUIKit/TUIChat/CommonUI/Camera/TUICameraViewController.m index c1976058af..1e439c3cd9 100644 --- a/iOS/TUIKit/TUIChat/CommonUI/Camera/TUICameraViewController.m +++ b/iOS/TUIKit/TUIChat/CommonUI/Camera/TUICameraViewController.m @@ -401,7 +401,7 @@ - (void)popViewControllerAnimated:(BOOL)animated { if (lastVC) { [self.navigationController popToViewController:lastVC animated:animated]; } else { - [self.navigationController popViewControllerAnimated:animated]; + [self dismissViewControllerAnimated:YES completion:nil]; } }