Updated on 2026-08-14
This commit is contained in:
parent
299117f8c4
commit
184aa49d3a
9 changed files with 17 additions and 50 deletions
|
|
@ -383,10 +383,7 @@ private fun MainButton(state: SwapStateHolder) {
|
|||
state.swapButton.isHoldToConfirm -> {
|
||||
HoldToConfirmButton(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
text = stringResourceSafe(
|
||||
R.string.common_hold_to,
|
||||
stringResourceSafe(id = R.string.swapping_swap_action),
|
||||
),
|
||||
text = stringResourceSafe(R.string.swapping_swap_action),
|
||||
enabled = state.swapButton.isEnabled,
|
||||
onConfirm = state.swapButton.onClick,
|
||||
isLoading = state.swapButton.isInProgress,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue