Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-28 21:36:11 +05:00
parent 93f74f5aff
commit 91b78deb4a
2 changed files with 24 additions and 1 deletions

View file

@ -68,7 +68,7 @@ internal class WalletDeepLinksHandler @Inject constructor(
}
private suspend fun onSellCurrencyDeepLink(userWallet: UserWallet, data: SellCurrencyDeepLink.Data) {
val cryptoCurrency = getCryptoCurrencyUseCase(userWallet.walletId, data.currencyId).getOrNull()
val cryptoCurrency = getCryptoCurrencyUseCase(userWallet, data.currencyId).getOrNull()
if (cryptoCurrency == null) {
Timber.e("onSellCurrencyDeepLink cryptoCurrency is null")