Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-26 12:45:54 +03:00
parent 6391ced12b
commit f234915b63
6 changed files with 48 additions and 48 deletions

View file

@ -341,6 +341,8 @@ internal class WalletViewModel @Inject constructor(
}
private suspend fun deleteWallet(action: WalletsUpdateActionResolver.Action.DeleteWallet) {
walletScreenContentLoader.cancel(action.deletedWalletId)
walletScreenContentLoader.load(
userWallet = action.selectedWallet,
clickIntents = clickIntents,