This reverts commit 54a388d132.
This commit is contained in:
@@ -580,7 +580,7 @@ export const ComposePost = ({
|
|||||||
label={_(msg`View post`)}
|
label={_(msg`View post`)}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
const {host: name, rkey} = new AtUri(postUri)
|
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">
|
<Trans context="Action to view the post the user just created">
|
||||||
View
|
View
|
||||||
|
|||||||
Reference in New Issue
Block a user