fix: bottom tabbar background on initial load (#3867)

This commit is contained in:
DIYgod 2025-06-04 16:50:28 +08:00 committed by GitHub
parent 80b36b5408
commit 6f437bf780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ export const SafeNavigationScrollView = ({
onContentSizeChange={useTypeScriptHappyCallback(
(w, h) => {
screenCtxValue.scrollViewContentHeight.value = h
checkScrollToBottom()
},
[screenCtxValue.scrollViewContentHeight],
)}