JLChen
2021-04-19 b7fa25faef4decf509a998ae861f059896ea6093
EZSDK/EZSDK/EZ/UIViewControllers/EZLivePlayViewController.m
@@ -223,7 +223,7 @@
- (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];
//    self.navigationController.navigationBarHidden = NO;//2021-02-01
    self.navigationController.navigationBar.hidden = NO;//2021-02-01
    self.ptzViewContraint.constant = self.bottomView.frame.size.height;
    self.talkViewContraint.constant = self.ptzViewContraint.constant;
}
@@ -703,7 +703,9 @@
        
                      if (error)
                      {
                          [self.view makeToast:[NSString stringWithFormat:@"%@", error.description]];
//                          [self.view makeToast:[NSString stringWithFormat:@"%@", error.description]];
                          [self.view makeToast:NSLocalizedString(@"setting_opration_fail", @"操作失败")];
                          return;
                      }
                      [weakSelf.player stopRealPlay];