diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index edf02e9c5..523a63eb1 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -322,7 +322,7 @@ function PostThreadLoaded({ <FlatList ref={ref} data={posts} - initialNumToRender={posts.length} + initialNumToRender={!isNative ? posts.length : undefined} maintainVisibleContentPosition={ !needsScrollAdjustment.current ? MAINTAIN_VISIBLE_CONTENT_POSITION |