Updated on 2026-08-14
This commit is contained in:
parent
22a32ec8f1
commit
99cdc003c8
16 changed files with 156 additions and 121 deletions
|
|
@ -1439,8 +1439,10 @@ internal class StakingModel @Inject constructor(
|
|||
}
|
||||
|
||||
private suspend fun checkIfSubtractAvailable() {
|
||||
isAmountSubtractAvailable = isAmountSubtractAvailableUseCase(userWalletId, cryptoCurrencyStatus.currency)
|
||||
.getOrElse { false }
|
||||
isAmountSubtractAvailable = isAmountSubtractAvailableUseCase(
|
||||
userWalletId = userWalletId,
|
||||
currency = cryptoCurrencyStatus.currency,
|
||||
).getOrElse { false }
|
||||
}
|
||||
|
||||
private fun isTopHeatupCase(): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue