mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add alert property to ErrorAlertInfo.
This commit is contained in:
@@ -58,9 +58,7 @@ struct TimelinePollView: View {
|
||||
.padding([.horizontal, .top], 2.0)
|
||||
.padding([.bottom])
|
||||
.alert(item: $viewModel.alertInfo) { info in
|
||||
Alert(title: Text(info.title),
|
||||
message: info.messageText,
|
||||
dismissButton: .default(Text(VectorL10n.ok)))
|
||||
info.alert
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user