Bluesky app fork with some witchin' additions 💫

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

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

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