Updated on 2026-08-14
This commit is contained in:
parent
ccdd5fa083
commit
488d1e2815
14 changed files with 148 additions and 5 deletions
|
|
@ -66,6 +66,10 @@ object OnboardingHelper {
|
|||
}
|
||||
|
||||
fun whereToNavigate(scanResponse: ScanResponse): AppRoute {
|
||||
if (store.inject(DaggerGraphState::onboardingV2FeatureToggles).isOnboardingV2Enabled) {
|
||||
return AppRoute.Onboarding(scanResponse)
|
||||
}
|
||||
|
||||
return when (val type = scanResponse.productType) {
|
||||
ProductType.Note -> AppRoute.OnboardingNote
|
||||
ProductType.Wallet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue