From b643c59ef7f9c380bceca6e6bf69846143b22ccb Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 1 Feb 2025 23:45:40 +0000 Subject: fix(mobile): Fix flicker on sign in page. Fixes #911 --- apps/mobile/app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mobile/app/index.tsx') diff --git a/apps/mobile/app/index.tsx b/apps/mobile/app/index.tsx index 702269a5..dbbea97e 100644 --- a/apps/mobile/app/index.tsx +++ b/apps/mobile/app/index.tsx @@ -11,6 +11,6 @@ export default function App() { } else if (isLoggedIn) { return ; } else { - return ; + return ; } } -- cgit v1.2.3-70-g09d2