Updated on 2026-08-14
This commit is contained in:
parent
d19703e048
commit
5d206bd37f
17 changed files with 107 additions and 98 deletions
|
|
@ -412,7 +412,7 @@ internal class SendViewModel @Inject constructor(
|
|||
runCatching {
|
||||
waitForDelay(delay = RECENT_LOAD_DELAY) {
|
||||
getWalletsUseCase.invokeSync()
|
||||
?.toAvailableWallets()
|
||||
.toAvailableWallets()
|
||||
.orEmpty()
|
||||
}
|
||||
}.onSuccess { result ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue