Update on VoiceBroadcast currentRecordingState creation

This commit is contained in:
Philippe Loriaux
2022-11-23 13:46:30 +01:00
parent 071f5181ce
commit ce758b18c9
4 changed files with 16 additions and 14 deletions
@@ -37,7 +37,7 @@ struct VoiceBroadcastRecorderDetails {
struct VoiceBroadcastRecordingState {
var remainingTime: UInt
var remainingTimeLabel: String?
var remainingTimeLabel: String
}
struct VoiceBroadcastRecorderViewState: BindableState {