diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-15 17:33:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 17:33:32 -0400 |
commit | 17ac3b21f6db0107d3c5eeb8885884fa8cfa5a72 (patch) | |
tree | 267da62a3c38928a1ebe9e44cca349c63afa12f4 | |
parent | a214b5f6c767cfee13c7c1b20fd70f87c5afb520 (diff) | |
parent | 34dc05bae9b16f2fc8ce2cb9532a4498192d13fb (diff) |
Merge pull request #501 from IvanIFChen/hotfix-hide-tab-bar-on-moment-fail
[HOTFIX] Remove Hide Tab Bar logic on Moment Upload Fail
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index f0d24f96..6bcf0e24 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -115,9 +115,6 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => { const handleFailed = (noCategory = false) => { setLoading(false); - navigation.dangerouslyGetParent()?.setOptions({ - tabBarVisible: true, - }); setTimeout(() => { if (noCategory) { Alert.alert(ERROR_NO_MOMENT_CATEGORY); |