diff options
author | Hailey <me@haileyok.com> | 2024-02-26 16:54:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 16:54:05 -0800 |
commit | 832582df23bb2d2b0009d24a6c2bef7a5a388e8f (patch) | |
tree | 062d50c34eafb55b164ab0255fd61e6ef2f5e13d /src | |
parent | 88846ca36d2231df8e65a665ab4530761ab9e6ed (diff) | |
download | voidsky-832582df23bb2d2b0009d24a6c2bef7a5a388e8f.tar.zst |
Adjust `windowSize` on `PostThread` `FlatList` (#2989)
* adjust window size, cells batching period * rm batching period change
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 434f018fc..a7ee42a94 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -437,6 +437,7 @@ function PostThreadLoaded({ // @ts-ignore our .web version only -prf desktopFixedHeight removeClippedSubviews={isAndroid ? false : undefined} + windowSize={11} /> ) } |