diff --git a/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx b/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx index 2fe31eb4f..ceea9f2ed 100644 --- a/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx +++ b/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx @@ -114,6 +114,7 @@ export const SafeNavigationScrollView = ({ onContentSizeChange={useTypeScriptHappyCallback( (w, h) => { screenCtxValue.scrollViewContentHeight.value = h + checkScrollToBottom() }, [screenCtxValue.scrollViewContentHeight], )}