push in post-post toast

This commit is contained in:
Samuel Newman
2025-10-22 13:52:22 +03:00
parent 199821d670
commit 132fc05a5d
+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