Updated on 2026-08-14

This commit is contained in:
Tangem 2020-12-09 20:31:13 +03:00
parent 289f3db695
commit 3afa7e8313

View file

@ -126,6 +126,12 @@ class WalletMiddleware {
is CompletionResult.Success -> {
store.state.globalState.tapWalletManager
.onCardScanned(result.data, true)
if (store.state.walletState.twinCardsState != null) {
val showOnboarding = !preferencesStorage.wasTwinsOnboardingShown()
if (showOnboarding) {
store.dispatch(NavigationAction.NavigateTo(AppScreen.TwinsOnboarding))
}
}
}
}
}