From 24caa9773fef7f5355e8a3231f4b7e7afef2aa1d Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Fri, 11 Feb 2022 12:33:37 +0400 Subject: [PATCH] removed post_options from screen/index --- app/screens/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/screens/index.tsx b/app/screens/index.tsx index ae5e69f2b6..c64dde150f 100644 --- a/app/screens/index.tsx +++ b/app/screens/index.tsx @@ -186,9 +186,9 @@ Navigation.setLazyComponentRegistrator((screenName) => { // case 'PinnedPosts': // screen = require('@screens/pinned_posts').default; // break; - case Screens.POST_OPTIONS: - screen = withServerDatabase((require('@screens/post_options')).default); - break; + // case Screens.POST_OPTIONS: + // screen = withServerDatabase((require('@screens/post_options')).default); + // break; // case 'ReactionList': // screen = require('@screens/reaction_list').default; // break;