Send screen amount focus handling
This commit is contained in:
parent
a75d92fbc7
commit
de7be86ec1
|
@ -695,7 +695,11 @@ fun SendFormAmountTextField(
|
|||
focusManager.clearFocus(true)
|
||||
},
|
||||
onNext = {
|
||||
focusManager.moveFocus(FocusDirection.Right)
|
||||
if (exchangeRateState is ExchangeRateState.Data) {
|
||||
focusManager.moveFocus(FocusDirection.Right)
|
||||
} else {
|
||||
focusManager.moveFocus(FocusDirection.Down)
|
||||
}
|
||||
}
|
||||
),
|
||||
bringIntoViewRequester = bringIntoViewRequester,
|
||||
|
|
Loading…
Reference in New Issue