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 1877206ab1
commit dbbb2d8dc2
@@ -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