Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix non-home screen soft resetting when feed is selected from right nav (#6158)

authored by

gpp-0 and committed by
GitHub
6b1ffffc 468c4b8f

+1 -1
+1 -1
src/view/shell/desktop/Feeds.tsx
··· 41 41 onPress={() => { 42 42 setSelectedFeed(feed) 43 43 navigation.navigate('Home') 44 - if (feed === selectedFeed) { 44 + if (route.name === 'Home' && feed === selectedFeed) { 45 45 emitSoftReset() 46 46 } 47 47 }}