From 1b32c727180b25848aaf099632dd13d0d1ff5c31 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 18 Jan 2025 17:48:53 -0600 Subject: [PATCH] Fix mod footer --- src/screens/VideoFeed/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 0b69d56825..0c589bc91e 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -550,8 +550,9 @@ function ModerationOverlay({ embed: AppBskyEmbedVideo.View onPressShow: () => void }) { - const hider = Hider.useHider() const {_} = useLingui() + const hider = Hider.useHider() + const {bottom} = useSafeAreaInsets() const onShow = useCallback(() => { hider.setIsContentVisible(true) @@ -594,13 +595,14 @@ function ModerationOverlay({ a.pt_4xl, { top: 'auto', + paddingBottom: bottom, }, ]}> - +