Updated on 2026-08-14
This commit is contained in:
parent
4fa5989289
commit
440de0f675
17 changed files with 142 additions and 28 deletions
|
|
@ -239,7 +239,10 @@ internal class CreateWalletStartModel @Inject constructor(
|
|||
val route = if (onboardingV2FeatureToggles.isAddressSyncEnabled) {
|
||||
AppRoute.Onboarding(
|
||||
scanResponse = scanResponse,
|
||||
mode = AppRoute.Onboarding.Mode.AddressSync(userWalletId = userWallet.walletId),
|
||||
mode = AppRoute.Onboarding.Mode.AddressSync(
|
||||
userWalletId = userWallet.walletId,
|
||||
isWalletStarted = false,
|
||||
),
|
||||
)
|
||||
} else {
|
||||
AppRoute.Wallet
|
||||
|
|
|
|||
|
|
@ -538,6 +538,7 @@ internal class CreateWalletStartModelTest {
|
|||
scanResponse = testScanResponse,
|
||||
mode = AppRoute.Onboarding.Mode.AddressSync(
|
||||
userWalletId = testUserWalletId,
|
||||
isWalletStarted = false,
|
||||
),
|
||||
)
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue