mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Merge branch 'master' into alerttit
This commit is contained in:
commit
0aee396275
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,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 ?? message, title && message ? message : undefined);
|
||||
|
|
Loading…
Add table
Reference in a new issue