mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update details.js
This commit is contained in:
parent
3a472eeafa
commit
9c1c43158a
@ -215,10 +215,10 @@ const WalletDetails = () => {
|
||||
externalAddresses = wallet.getAllExternalAddresses();
|
||||
} catch (_) {}
|
||||
Notifications.unsubscribe(externalAddresses, [], []);
|
||||
popToTop();
|
||||
deleteWallet(wallet);
|
||||
saveToDisk(true);
|
||||
triggerHapticFeedback(HapticFeedbackTypes.NotificationSuccess);
|
||||
popToTop();
|
||||
};
|
||||
|
||||
const presentWalletHasBalanceAlert = useCallback(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user