Updated on 2026-08-14
This commit is contained in:
parent
8e1763dee2
commit
504a49949a
33 changed files with 408 additions and 25 deletions
|
|
@ -692,6 +692,14 @@ private fun handleBackupAction(appState: () -> AppState?, action: BackupAction)
|
|||
)
|
||||
}
|
||||
|
||||
scope.launch {
|
||||
userWallet?.let {
|
||||
if (it.scanResponse.cardTypesResolver.isWallet2() && it.isImported) {
|
||||
store.inject(DaggerGraphState::walletsRepository).markWallet2WasCreated(it.walletId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
val notActivatedCardIds = gatherCardIds(backupState, card).mapNotNull {
|
||||
if (store.state.globalState.onboardingState.onboardingManager?.isActivationFinished(it) == true) {
|
||||
null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue