about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-17 13:42:16 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 13:42:16 -0500
commit85910cdbea73352a0512218d4a3851ad52e7c8b3 (patch)
treef0cf2328716fb6365cae47297eaaeb18ad0d3edb /src/Navigation.tsx
parentdf3b98815711970a81dd1fb082378e8504022de1 (diff)
downloadvoidsky-85910cdbea73352a0512218d4a3851ad52e7c8b3.tar.zst
Fix missed change in merge
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 45ab439b6..4521068f2 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -187,8 +187,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
         component={AppPasswords}
         options={{title: title('App Passwords')}}
       />
-      <Stack.Screen name="CopyrightPolicy" component={CopyrightPolicyScreen} />
-      <Stack.Screen name="AppPasswords" component={AppPasswords} />
       <Stack.Screen name="SavedFeeds" component={SavedFeeds} />
       <Stack.Screen name="PinnedFeeds" component={PinnedFeeds} />
       <Stack.Screen name="CustomFeed" component={CustomFeed} />