Bluesky app fork with some witchin' additions 💫

push in post-post toast (#9252)

authored by samuel.fm and committed by

GitHub 54a388d1 b1f1b205

+1 -1
+1 -1
src/view/com/composer/Composer.tsx
··· 580 580 label={_(msg`View post`)} 581 581 onPress={() => { 582 582 const {host: name, rkey} = new AtUri(postUri) 583 - navigation.navigate('PostThread', {name, rkey}) 583 + navigation.push('PostThread', {name, rkey}) 584 584 }}> 585 585 <Trans context="Action to view the post the user just created"> 586 586 View