mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Fix lost line break
This commit is contained in:
+2
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user