about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/view/com/posts/PromptButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/posts/PromptButtons.tsx b/src/view/com/posts/PromptButtons.tsx
index 40d39ad0a..2a8e5808f 100644
--- a/src/view/com/posts/PromptButtons.tsx
+++ b/src/view/com/posts/PromptButtons.tsx
@@ -13,7 +13,7 @@ export function PromptButtons({
     <View style={[pal.view, pal.border, styles.container]}>
       <TouchableOpacity
         testID="composePromptButton"
-        onPress={() => onPressCompose(true)}
+        onPress={() => onPressCompose(false)}
         style={[styles.btn, {backgroundColor: pal.colors.backgroundLight}]}>
         <Text type="button" style={pal.text}>
           New post