mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Add button in create room dialog can be pressed multiple times (#6005)
- Fixed
This commit is contained in:
@@ -44,7 +44,7 @@ struct MatrixItemChooser: View {
|
||||
var body: some View {
|
||||
listContent
|
||||
.background(Color.clear)
|
||||
.waitOverlay(show: viewModel.viewState.loading)
|
||||
.waitOverlay(show: viewModel.viewState.loading, message: viewModel.viewState.loadingText, allowUserInteraction: false)
|
||||
.alert(isPresented: .constant(viewModel.viewState.error != nil)) {
|
||||
Alert(title: Text(VectorL10n.error), message: Text(viewModel.viewState.error ?? ""), dismissButton: .cancel(Text(VectorL10n.ok)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user