mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Refinements to onboarding personalisation flow.
Fix incorrect fonts and use autocapitalization on the display name field. Fix bug where authentication view controller would become active again after registration. Improve EffectsView API.
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ struct OnboardingCongratulationsScreen: View {
|
||||
@ViewBuilder
|
||||
var effects: some View {
|
||||
if viewModel.viewState.personalizationDisabled {
|
||||
EffectsView(effectsType: .confetti)
|
||||
EffectsView(effect: .confetti)
|
||||
.allowsHitTesting(false)
|
||||
.accessibilityIdentifier("confetti")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user