Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix: don't let the toast take pointer events (close #374) (#380)

authored by

Paul Frazee and committed by
GitHub
59e6b308 b12cd53a

+1 -1
+1 -1
src/view/com/util/Toast.tsx
··· 39 39 40 40 const opacityStyle = {opacity: interp} 41 41 return ( 42 - <View style={styles.container}> 42 + <View style={styles.container} pointerEvents="none"> 43 43 <Animated.View 44 44 style={[ 45 45 pal.view,