mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update scanLndInvoice.js
This commit is contained in:
parent
954a35f79d
commit
333f2bbf9a
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ const ScanLndInvoice = () => {
|
|||
<SafeBlueArea style={stylesHook.root}>
|
||||
<StatusBar barStyle="light-content" />
|
||||
<View style={[styles.root, stylesHook.root]}>
|
||||
<ScrollView contentContainerStyle={styles.scroll}>
|
||||
<ScrollView contentContainerStyle={styles.scroll} keyboardShouldPersistTaps="handled">
|
||||
<KeyboardAvoidingView enabled behavior="position" keyboardVerticalOffset={20}>
|
||||
<View style={styles.scrollMargin}>
|
||||
<AmountInput
|
||||
|
@ -298,7 +298,7 @@ const ScanLndInvoice = () => {
|
|||
onAmountUnitChange={setUnit}
|
||||
onChangeText={setAmount}
|
||||
disabled={!decoded || isLoading || decoded.num_satoshis > 0}
|
||||
unit={BitcoinUnit.SATS}
|
||||
unit={unit}
|
||||
inputAccessoryViewID={BlueDismissKeyboardInputAccessory.InputAccessoryViewID}
|
||||
/>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Reference in a new issue