Updated on 2026-08-14
This commit is contained in:
parent
0fe1c661b1
commit
63b99697ec
2 changed files with 7 additions and 2 deletions
|
|
@ -43,7 +43,10 @@ class CurrencyExchangeManager(
|
|||
override suspend fun update() {
|
||||
_initializationStatus.value = lceLoading()
|
||||
|
||||
buyService.update()
|
||||
if (!store.inject(DaggerGraphState::onrampFeatureToggles).isFeatureEnabled) {
|
||||
buyService.update()
|
||||
}
|
||||
|
||||
sellService.update()
|
||||
|
||||
_initializationStatus.value = lceContent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue