Merge pull request #7572 from BlueWallet/foc

FIX: Crash when pressing MAX on send details
This commit is contained in:
GLaDOS 2025-02-08 22:27:00 +00:00 committed by GitHub
commit 9863dfd47b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}>