push in post-post toast (#9252)

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