Fix lost line break

This commit is contained in:
Philippe Loriaux
2022-11-29 16:27:04 +01:00
parent 795984cfeb
commit 41c4eda87e
@@ -383,7 +383,8 @@ extension VoiceBroadcastPlaybackViewModel: VoiceBroadcastAggregatorDelegate {
updateDuration()
if state.playbackState != .stopped, (state.playbackState != .paused && isActuallyPaused == true) { handleVoiceBroadcastChunksProcessing()
if state.playbackState != .stopped, (state.playbackState != .paused && isActuallyPaused == true) {
handleVoiceBroadcastChunksProcessing()
}
}
}