From d9f24dd0aed4111190c28c41e59bb05942e81adc Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 23 Jun 2025 16:00:36 +0300 Subject: [PATCH] also do scroll insets for keyboard aware sv --- src/components/Layout/index.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index b70b369434..09ba154b48 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -88,11 +88,7 @@ export const Content = memo( ref={ref} id="content" automaticallyAdjustsScrollIndicatorInsets={false} - scrollIndicatorInsets={{ - bottom: footerHeight, - top: 0, - right: 1, - }} + scrollIndicatorInsets={{bottom: footerHeight, top: 0, right: 1}} indicatorStyle={t.scheme === 'dark' ? 'white' : 'black'} style={[scrollViewStyles.common, style]} contentInset={ios({top: 0, left: 0, bottom: footerHeight, right: 0})} @@ -139,6 +135,8 @@ export const KeyboardAwareContent = memo(function LayoutKeyboardAwareContent({ return (