mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Remove useless check condition
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ class VoiceBroadcastPlaybackViewModel: VoiceBroadcastPlaybackViewModelType, Voic
|
||||
return
|
||||
}
|
||||
|
||||
if (isActuallyPaused == false && state.playbackState == .paused) || state.playbackState == .stopped {
|
||||
if (isActuallyPaused == false && state.playbackState == .paused) {
|
||||
state.playbackState = .buffering
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user