mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
Update SendDetails.tsx
This commit is contained in:
parent
5043ba3d7a
commit
2e9316050e
1 changed files with 1 additions and 5 deletions
|
@ -963,10 +963,6 @@ const SendDetails = () => {
|
|||
});
|
||||
};
|
||||
|
||||
const hideOptions = () => {
|
||||
Keyboard.dismiss();
|
||||
};
|
||||
|
||||
// Header Right Button
|
||||
|
||||
const headerRightOnPress = (id: string) => {
|
||||
|
@ -1322,7 +1318,7 @@ const SendDetails = () => {
|
|||
const isSendMaxUsed = addresses.some(element => element.amount === BitcoinUnit.MAX);
|
||||
|
||||
return (
|
||||
<BottomModal ref={optionsModalRef} onClose={hideOptions} backgroundColor={colors.modal} contentContainerStyle={styles.optionsContent}>
|
||||
<BottomModal ref={optionsModalRef} backgroundColor={colors.modal} contentContainerStyle={styles.optionsContent}>
|
||||
{wallet?.allowBIP47() && wallet.isBIP47Enabled() && (
|
||||
<ListItem testID="InsertContactButton" title={loc.send.details_insert_contact} onPress={handleInsertContact} />
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue