mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix authentication screens for updated service implementation.
This commit is contained in:
+3
-3
@@ -157,12 +157,12 @@ struct AuthenticationServerSelectionScreen: View {
|
||||
|
||||
@ToolbarContentBuilder
|
||||
var toolbar: some ToolbarContent {
|
||||
ToolbarItem(placement: .confirmationAction) {
|
||||
ToolbarItem(placement: .cancellationAction) {
|
||||
if viewModel.viewState.hasModalPresentation {
|
||||
Button { viewModel.send(viewAction: .dismiss) } label: {
|
||||
Image(Asset.Images.spacesModalClose.name)
|
||||
Text(VectorL10n.cancel)
|
||||
}
|
||||
.accessibilityLabel(VectorL10n.close)
|
||||
.accessibilityLabel(VectorL10n.cancel)
|
||||
.accessibilityIdentifier("dismissButton")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user