Updated on 2026-08-14
This commit is contained in:
parent
3470762a47
commit
1c856e49e0
6 changed files with 68 additions and 49 deletions
|
|
@ -8,6 +8,12 @@ import com.tangem.feature.wallet.presentation.wallet.viewmodels.intents.WalletCl
|
|||
import kotlinx.collections.immutable.toImmutableList
|
||||
|
||||
/**
|
||||
* Reinitialize wallet transformer
|
||||
*
|
||||
* @property prevWalletId reinitialized wallet id
|
||||
* @property newUserWallet new user wallet
|
||||
* @property clickIntents click intents
|
||||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
internal class ReinitializeWalletTransformer(
|
||||
|
|
|
|||
|
|
@ -214,7 +214,10 @@ internal class WalletsUpdateActionResolver @Inject constructor(
|
|||
}
|
||||
|
||||
/**
|
||||
* Reinitialize selected wallet. Example, scanning a new card if wallets saving is turned off
|
||||
* Reinitialize selected wallet.
|
||||
* Uses when:
|
||||
* 1. user scanned a new card but wallets saving is turned off;
|
||||
* 2. user reset Twins.
|
||||
*
|
||||
* @property prevWalletId previous selected wallet id
|
||||
* @property selectedWallet selected wallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue