mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Updates following self review.
This commit is contained in:
@@ -127,6 +127,7 @@ struct OnboardingAvatarScreen: View {
|
||||
}
|
||||
.buttonStyle(PrimaryActionButtonStyle())
|
||||
.disabled(viewModel.viewState.avatar == nil)
|
||||
.accessibilityIdentifier("saveButton")
|
||||
|
||||
Button { viewModel.send(viewAction: .skip) } label: {
|
||||
Text(VectorL10n.onboardingPersonalizationSkip)
|
||||
|
||||
Reference in New Issue
Block a user