Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

refactor: remove negative translateY from animatedStickyViewStyle to prevent input from hovering over messages

Signed-off-by: xan.lol <xan@xan.lol>

xan.lol a9545e4c 99bbbc58

+1 -3
+1 -3
src/screens/Messages/components/MessagesList.tsx
··· 300 300 })) 301 301 302 302 const animatedStickyViewStyle = useAnimatedStyle(() => ({ 303 - transform: [ 304 - {translateY: -Math.max(keyboardHeight.get(), footerHeight.get())}, 305 - ], 303 + // Removed negative translateY to prevent input from hovering over messages 306 304 })) 307 305 308 306 // -- Message sending