Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix: correctly set visible on screens

+1 -2
-1
src/view/screens/Home.tsx
··· 45 45 let aborted = false 46 46 const pollInterval = setInterval(() => doPoll(), 15e3) 47 47 if (!visible) { 48 - console.log('hit') 49 48 return 50 49 } 51 50 if (hasSetup) {
+1 -1
src/view/shell/mobile/index.tsx
··· 256 256 ]}> 257 257 <Com 258 258 params={params} 259 - visible={true} 259 + visible={current} 260 260 scrollElRef={current ? scrollElRef : undefined} 261 261 /> 262 262 </Animated.View>