mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
wip
This commit is contained in:
parent
dc85921ecd
commit
03f03b891b
2 changed files with 2 additions and 0 deletions
|
@ -1127,6 +1127,7 @@ const SendDetails = () => {
|
|||
};
|
||||
|
||||
const onUseAllPressed = () => {
|
||||
optionsModalRef.current?.dismiss();
|
||||
triggerHapticFeedback(HapticFeedbackTypes.NotificationWarning);
|
||||
const message = frozenBalance > 0 ? loc.send.details_adv_full_sure_frozen : loc.send.details_adv_full_sure;
|
||||
Alert.alert(
|
||||
|
|
|
@ -466,6 +466,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
modalContent: {
|
||||
padding: 22,
|
||||
minHeight: 400,
|
||||
},
|
||||
empty: {
|
||||
flex: 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue