Fix: new post doesnt open images selector
This commit is contained in:
parent
570b76a71d
commit
41f76a68e3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export function PromptButtons({
|
||||||
<View style={[pal.view, pal.border, styles.container]}>
|
<View style={[pal.view, pal.border, styles.container]}>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
testID="composePromptButton"
|
testID="composePromptButton"
|
||||||
onPress={() => onPressCompose(true)}
|
onPress={() => onPressCompose(false)}
|
||||||
style={[styles.btn, {backgroundColor: pal.colors.backgroundLight}]}>
|
style={[styles.btn, {backgroundColor: pal.colors.backgroundLight}]}>
|
||||||
<Text type="button" style={pal.text}>
|
<Text type="button" style={pal.text}>
|
||||||
New post
|
New post
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue