fix: bottom tabbar background on initial load (#3867)
This commit is contained in:
parent
80b36b5408
commit
6f437bf780
|
|
@ -114,6 +114,7 @@ export const SafeNavigationScrollView = ({
|
|||
onContentSizeChange={useTypeScriptHappyCallback(
|
||||
(w, h) => {
|
||||
screenCtxValue.scrollViewContentHeight.value = h
|
||||
checkScrollToBottom()
|
||||
},
|
||||
[screenCtxValue.scrollViewContentHeight],
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue