rm footer height in web dms

This commit is contained in:
Samuel Newman
2025-11-03 11:47:28 +02:00
parent 55a7f03b29
commit 9388712cd1
@@ -254,7 +254,8 @@ export function MessagesList({
)
// -- Keyboard animation handling
const {footerHeight} = useShellLayout()
const {footerHeight: nativeFooterHeight} = useShellLayout()
const footerHeight = isWeb ? 0 : nativeFooterHeight
const keyboardHeight = useSharedValue(0)
const keyboardIsOpening = useSharedValue(false)