Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-10 16:21:42 +05:00
parent 85ca25eb56
commit 6a767c69b5
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,7 @@ internal class OnrampStateFactory(
currency = currency,
onClose = onClose,
openSettings = onrampIntents::openSettings,
errorNotification = null,
)
}

View file

@ -67,6 +67,7 @@ internal class OnrampAmountStateFactory(
amountBlockState = amountState.copy(secondaryFieldModel = OnrampAmountSecondaryFieldUM.Loading),
providerBlockState = OnrampProviderBlockUM.Loading,
buyButtonConfig = currentState.buyButtonConfig.copy(enabled = false),
errorNotification = null,
)
}
@ -97,6 +98,7 @@ internal class OnrampAmountStateFactory(
}
},
),
errorNotification = null,
)
}
@ -172,6 +174,7 @@ internal class OnrampAmountStateFactory(
}
},
),
errorNotification = null,
)
}
@ -189,6 +192,7 @@ internal class OnrampAmountStateFactory(
amount = TextReference.EMPTY,
),
),
errorNotification = null,
)
}