Updated on 2026-08-14
This commit is contained in:
parent
a07ee6d71f
commit
04655b7564
1 changed files with 0 additions and 6 deletions
|
|
@ -28,7 +28,6 @@ import com.tangem.domain.feedback.SaveBlockchainErrorUseCase
|
|||
import com.tangem.domain.feedback.SendFeedbackEmailUseCase
|
||||
import com.tangem.domain.feedback.models.BlockchainErrorInfo
|
||||
import com.tangem.domain.feedback.models.FeedbackEmailType
|
||||
import com.tangem.domain.models.StatusSource
|
||||
import com.tangem.domain.models.currency.CryptoCurrency
|
||||
import com.tangem.domain.staking.*
|
||||
import com.tangem.domain.staking.analytics.StakeScreenSource
|
||||
|
|
@ -944,11 +943,6 @@ internal class StakingModel @Inject constructor(
|
|||
isSingleWalletWithTokens = false,
|
||||
)
|
||||
.conflate()
|
||||
.filter {
|
||||
val sources = it.getOrNull()?.value?.sources ?: return@filter true
|
||||
|
||||
sources.networkSource == StatusSource.ACTUAL && sources.yieldBalanceSource == StatusSource.ACTUAL
|
||||
}
|
||||
.distinctUntilChanged()
|
||||
.filter { value.currentStep == StakingStep.InitialInfo }
|
||||
.onEach { maybeStatus ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue