FIX: Clear notifications ONLY if the user tapped

This commit is contained in:
marcosrdz 2020-12-24 13:05:36 -05:00 committed by Overtorment
parent 74508b17cd
commit 5ee6499f49

1
App.js
View file

@ -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
// and refetch appropriate wallet and redraw screen
await Notifications.clearStoredNotifications();
return false;
};