diff options
| author | MohamedBassem <me@mbassem.com> | 2025-02-01 23:45:40 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-02-01 23:46:27 +0000 |
| commit | b643c59ef7f9c380bceca6e6bf69846143b22ccb (patch) | |
| tree | 666f6ce63e4bd12920e6956d59e752de81919a3f /apps/mobile/app/_layout.tsx | |
| parent | 5c147350eaafe5e32c731e187a1f907d1db93bad (diff) | |
| download | karakeep-b643c59ef7f9c380bceca6e6bf69846143b22ccb.tar.zst | |
fix(mobile): Fix flicker on sign in page. Fixes #911
Diffstat (limited to 'apps/mobile/app/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/_layout.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mobile/app/_layout.tsx b/apps/mobile/app/_layout.tsx index b2688388..e1751f1e 100644 --- a/apps/mobile/app/_layout.tsx +++ b/apps/mobile/app/_layout.tsx @@ -55,7 +55,6 @@ export default function RootLayout() { title: "", }} /> - <Stack.Screen name="server-address" /> <Stack.Screen name="sharing" /> <Stack.Screen name="test-connection" |
