mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: Clear notifications ONLY if the user tapped
This commit is contained in:
parent
74508b17cd
commit
5ee6499f49
1 changed files with 0 additions and 1 deletions
1
App.js
1
App.js
|
@ -194,7 +194,6 @@ const App = () => {
|
||||||
// TODO: if we are here - we did not act upon any push, so we need to iterate over _not tapped_ pushes
|
// TODO: if we are here - we did not act upon any push, so we need to iterate over _not tapped_ pushes
|
||||||
// and refetch appropriate wallet and redraw screen
|
// and refetch appropriate wallet and redraw screen
|
||||||
|
|
||||||
await Notifications.clearStoredNotifications();
|
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue