mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
FIX: Crash when pressing MAX on send details
This commit is contained in:
parent
06ec5feb4b
commit
588da24f0b
1 changed files with 1 additions and 1 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Reference in a new issue