Merge branch 'master' into fees

This commit is contained in:
Marcos Rodriguez Vélez 2024-09-20 04:41:54 -04:00 committed by GitHub
commit 90b68b5689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ const presentAlert = ({
}
switch (type) {
case AlertType.Toast:
ToastAndroid.showWithGravity(message, ToastAndroid.LONG, ToastAndroid.BOTTOM);
ToastAndroid.show(message, ToastAndroid.LONG);
break;
default:
RNAlert.alert(title ?? loc.alert.default, message);