From 0ca4490b903d6be44fc5969e9644fe023d6e74c5 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Sun, 9 May 2021 23:30:13 +0200 Subject: [PATCH] Default posting visibility cannot be direct --- src/i18n/en/screens/tabs.json | 1 - src/screens/Tabs/Me/Profile/Root.tsx | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/i18n/en/screens/tabs.json b/src/i18n/en/screens/tabs.json index b91d867b..18ae1a72 100644 --- a/src/i18n/en/screens/tabs.json +++ b/src/i18n/en/screens/tabs.json @@ -122,7 +122,6 @@ "public": "Public", "unlisted": "Unlisted", "private": "Followers only", - "direct": "Direct message", "cancel": "$t(common:buttons.cancel)" } }, diff --git a/src/screens/Tabs/Me/Profile/Root.tsx b/src/screens/Tabs/Me/Profile/Root.tsx index 6a5d13e8..38137047 100644 --- a/src/screens/Tabs/Me/Profile/Root.tsx +++ b/src/screens/Tabs/Me/Profile/Root.tsx @@ -25,10 +25,9 @@ const ScreenMeProfileRoot: React.FC { switch (buttonIndex) { @@ -41,9 +40,6 @@ const ScreenMeProfileRoot: React.FC