Revert "push in post-post toast (#9252)" (#9344)

This reverts commit 54a388d132.
This commit is contained in:
Samuel Newman
2025-11-06 19:40:31 +02:00
committed by GitHub
parent 7bf00424c4
commit 9f98e53541
+1 -1
View File
@@ -580,7 +580,7 @@ export const ComposePost = ({
label={_(msg`View post`)}
onPress={() => {
const {host: name, rkey} = new AtUri(postUri)
navigation.push('PostThread', {name, rkey})
navigation.navigate('PostThread', {name, rkey})
}}>
<Trans context="Action to view the post the user just created">
View