mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Merge branch 'master' into fees
This commit is contained in:
commit
90b68b5689
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue