We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf0042 commit 9f98e53Copy full SHA for 9f98e53
src/view/com/composer/Composer.tsx
@@ -580,7 +580,7 @@ export const ComposePost = ({
580
label={_(msg`View post`)}
581
onPress={() => {
582
const {host: name, rkey} = new AtUri(postUri)
583
- navigation.push('PostThread', {name, rkey})
+ navigation.navigate('PostThread', {name, rkey})
584
}}>
585
<Trans context="Action to view the post the user just created">
586
View
0 commit comments