Updated on 2026-08-14
This commit is contained in:
parent
93f74f5aff
commit
91b78deb4a
2 changed files with 24 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue