This commit is contained in:
Marcos Rodriguez Velez 2024-07-02 13:58:04 -04:00
parent dc85921ecd
commit 03f03b891b
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 2 additions and 0 deletions

View file

@ -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(

View file

@ -466,6 +466,7 @@ const styles = StyleSheet.create({
},
modalContent: {
padding: 22,
minHeight: 400,
},
empty: {
flex: 1,