diff options
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r-- | app/(tabs)/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |