diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Navigation.tsx | 2 |
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} /> |