Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-29 15:54:03 +04:00
parent d19703e048
commit 5d206bd37f
17 changed files with 107 additions and 98 deletions

View file

@ -412,7 +412,7 @@ internal class SendViewModel @Inject constructor(
runCatching {
waitForDelay(delay = RECENT_LOAD_DELAY) {
getWalletsUseCase.invokeSync()
?.toAvailableWallets()
.toAvailableWallets()
.orEmpty()
}
}.onSuccess { result ->