Skip to content

Commit 9f98e53

Browse files
authored
Revert "push in post-post toast (#9252)" (#9344)
This reverts commit 54a388d.
1 parent 7bf0042 commit 9f98e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/com/composer/Composer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export const ComposePost = ({
580580
label={_(msg`View post`)}
581581
onPress={() => {
582582
const {host: name, rkey} = new AtUri(postUri)
583-
navigation.push('PostThread', {name, rkey})
583+
navigation.navigate('PostThread', {name, rkey})
584584
}}>
585585
<Trans context="Action to view the post the user just created">
586586
View

0 commit comments

Comments
 (0)