Update details.js

This commit is contained in:
Marcos Rodriguez Velez 2024-08-25 00:20:07 -04:00
parent 3a472eeafa
commit 9c1c43158a

View File

@ -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 () => {