Updated on 2026-08-14
This commit is contained in:
parent
85ca25eb56
commit
6a767c69b5
2 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ internal class OnrampStateFactory(
|
|||
currency = currency,
|
||||
onClose = onClose,
|
||||
openSettings = onrampIntents::openSettings,
|
||||
errorNotification = null,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue