aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-15 17:33:32 -0400
committerGitHub <noreply@github.com>2021-07-15 17:33:32 -0400
commit17ac3b21f6db0107d3c5eeb8885884fa8cfa5a72 (patch)
tree267da62a3c38928a1ebe9e44cca349c63afa12f4 /src/screens/profile/CaptionScreen.tsx
parenta214b5f6c767cfee13c7c1b20fd70f87c5afb520 (diff)
parent34dc05bae9b16f2fc8ce2cb9532a4498192d13fb (diff)
Merge pull request #501 from IvanIFChen/hotfix-hide-tab-bar-on-moment-fail
[HOTFIX] Remove Hide Tab Bar logic on Moment Upload Fail
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx3
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);