Set voice broadcast recording to pause when the app goes in background and when the RVC will disappear

This commit is contained in:
Philippe Loriaux
2022-10-20 17:42:09 +02:00
parent 1309584ed8
commit a4beccfeb2
4 changed files with 34 additions and 8 deletions
+1
View File
@@ -598,6 +598,7 @@ static CGSize kThreadListBarButtonItemImageSize;
isAppeared = NO;
[VoiceMessageMediaServiceProvider.sharedProvider pauseAllServices];
[VoiceBroadcastRecorderProvider.shared pauseRecording];
// Stop the loading indicator even if the session is still in progress
[self stopLoadingUserIndicator];