Skip to content

Commit

Permalink
adjust window size
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 6, 2024
1 parent 66d41c4 commit aaa3dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/Hashtag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function HashtagScreen({
/>
}
initialNumToRender={initialNumToRender}
windowSize={9}
windowSize={11}
/>
)}
</>
Expand Down
2 changes: 1 addition & 1 deletion src/view/com/posts/Feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ let Feed = ({
desktopFixedHeightOffset ? desktopFixedHeightOffset : true
}
initialNumToRender={initialNumToRender}
windowSize={9}
windowSize={11}
/>
</View>
)
Expand Down

0 comments on commit aaa3dac

Please sign in to comment.