Skip to content

Commit

Permalink
remove not
Browse files Browse the repository at this point in the history
  • Loading branch information
YushraJewon committed Oct 4, 2024
1 parent 647eff9 commit 60ceb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/CameraRenderController.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ - (void) viewWillAppear:(BOOL)animated {
}

- (void)onAppWillResignActive {
if (!self.sessionManager.session.running){
if (self.sessionManager.session.running){
[self.sessionManager stopRecording];
}
}
Expand Down

0 comments on commit 60ceb31

Please sign in to comment.