mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Merge branch 'master' into ligh
This commit is contained in:
commit
81e4ddfda4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const presentAlert = ({
|
||||||
}
|
}
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case AlertType.Toast:
|
case AlertType.Toast:
|
||||||
ToastAndroid.showWithGravity(message, ToastAndroid.LONG, ToastAndroid.BOTTOM);
|
ToastAndroid.show(message, ToastAndroid.LONG);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
RNAlert.alert(title ?? loc.alert.default, message);
|
RNAlert.alert(title ?? loc.alert.default, message);
|
||||||
|
|
Loading…
Add table
Reference in a new issue