Updated on 2026-08-14
This commit is contained in:
parent
42a1d544f5
commit
c5fdc17dd4
1 changed files with 2 additions and 0 deletions
|
|
@ -160,6 +160,8 @@ internal class CardSettingsViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
if (scanResponse.cardTypesResolver.isTangemTwins()) {
|
||||
// needs to prepare twin state if it's twin cards (depends on onboarding refactoring)
|
||||
store.dispatch(TwinCardsAction.IfTwinsPrepareState(scanResponse))
|
||||
store.dispatch(TwinCardsAction.SetMode(CreateTwinWalletMode.RecreateWallet(scanResponse)))
|
||||
|
||||
cardSettingsInteractor.clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue