mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't maintain position whenever there are no parents (#4277)

authored by hailey.at and committed by

GitHub 76f860da 13c08f56

+3 -1
+3 -1
src/view/com/post-thread/PostThread.tsx
··· 440 440 onEndReachedThreshold={2} 441 441 onScrollToTop={onScrollToTop} 442 442 maintainVisibleContentPosition={ 443 - isNative ? MAINTAIN_VISIBLE_CONTENT_POSITION : undefined 443 + isNative && hasParents 444 + ? MAINTAIN_VISIBLE_CONTENT_POSITION 445 + : undefined 444 446 } 445 447 // @ts-ignore our .web version only -prf 446 448 desktopFixedHeight