mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Voice broadcast connection error handling while recording (#7282)
This commit is contained in:
+3
-5
@@ -28,19 +28,17 @@ struct VoiceBroadcastPlaybackErrorView: View {
|
||||
var action: (() -> Void)?
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
VStack {
|
||||
ZStack {
|
||||
HStack {
|
||||
Image(uiImage: Asset.Images.errorIcon.image)
|
||||
.frame(width: 40, height: 40)
|
||||
Text(VectorL10n.voiceBroadcastPlaybackLoadingError)
|
||||
.multilineTextAlignment(.center)
|
||||
.font(theme.fonts.caption1)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.foregroundColor(theme.colors.alert)
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||
.background(theme.colors.system.ignoresSafeArea())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user