mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
Merge pull request #7572 from BlueWallet/foc
FIX: Crash when pressing MAX on send details
This commit is contained in:
commit
9863dfd47b
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