mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Inform the user about decryption errors during a voice broadcast
This commit is contained in:
@@ -48,12 +48,17 @@ struct VoiceBroadcastPlayingState {
|
||||
var canMoveBackward: Bool
|
||||
}
|
||||
|
||||
struct VoiceBroadcastPlaybackDecryptionState {
|
||||
var errorCount: Int
|
||||
}
|
||||
|
||||
struct VoiceBroadcastPlaybackViewState: BindableState {
|
||||
var details: VoiceBroadcastPlaybackDetails
|
||||
var broadcastState: VoiceBroadcastInfoState
|
||||
var playbackState: VoiceBroadcastPlaybackState
|
||||
var playingState: VoiceBroadcastPlayingState
|
||||
var bindings: VoiceBroadcastPlaybackViewStateBindings
|
||||
var decryptionState: VoiceBroadcastPlaybackDecryptionState
|
||||
}
|
||||
|
||||
struct VoiceBroadcastPlaybackViewStateBindings {
|
||||
|
||||
Reference in New Issue
Block a user