formatting

This commit is contained in:
Adam Brown 2022-02-07 09:23:57 +00:00
parent 8983bfa36c
commit e0f99e3b17
2 changed files with 4 additions and 5 deletions

View file

@ -225,7 +225,6 @@ class FtueAuthVariant(
OnboardingViewEvents.OnAccountSignedIn -> onAccountSignedIn() OnboardingViewEvents.OnAccountSignedIn -> onAccountSignedIn()
OnboardingViewEvents.OnPersonalizeProfile -> TODO() OnboardingViewEvents.OnPersonalizeProfile -> TODO()
OnboardingViewEvents.OnTakeMeHome -> navigateToHome(createdAccount = true) OnboardingViewEvents.OnTakeMeHome -> navigateToHome(createdAccount = true)
}.exhaustive }.exhaustive
} }