Voice Broadcast - Link the live icon color to the recording state

This commit is contained in:
Philippe Loriaux
2022-12-15 15:42:58 +01:00
parent 0ebc1e20c1
commit 540e90da05
@@ -33,7 +33,7 @@ struct VoiceBroadcastPlaybackView: View {
@State private var bufferingSpinnerRotationValue = 0.0
private var backgroundColor: Color {
if viewModel.viewState.playingState.isLive {
if viewModel.viewState.broadcastState != .paused {
return theme.colors.alert
}
return theme.colors.quarterlyContent