FIX: Crash when pressing MAX on send details

This commit is contained in:
Marcos Rodriguez Velez 2025-02-06 23:45:43 -04:00
parent 06ec5feb4b
commit 588da24f0b

View file

@ -258,7 +258,7 @@ class AmountInput extends Component {
accessibilityRole="button"
accessibilityLabel={loc._.enter_amount}
disabled={this.props.pointerEvents === 'none'}
onPress={() => this.textInput.focus()}
onPress={() => this.textInput.current.focus()}
>
<>
<View style={styles.root}>