From 81013130d9e718e6cbc0b43c2fbfa72754d761d9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 18 Jan 2025 12:19:27 +0100 Subject: Fetch notifications after login --- app/(tabs)/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index cfae10f..6f196ea 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -258,6 +258,7 @@ export default function HomeScreen() { }); }) .catch((error: any) => alert(`${error}`)); + fetchNotifications(); } } catch (err) { console.error("Login Error:", err); -- cgit v1.2.3-18-g5258