about summary refs log tree commit diff
path: root/src/view/com/posts/Feed.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-07 17:17:44 -0600
committerGitHub <noreply@github.com>2023-03-07 17:17:44 -0600
commit181121b4519e6958fc0698b40c39456d54e0d8d2 (patch)
tree6808b27cd24d4a51027cde0dc00e9ed979361b35 /src/view/com/posts/Feed.tsx
parente74f94bc72cdbb2282096b8d36677ba6655ab5be (diff)
downloadvoidsky-181121b4519e6958fc0698b40c39456d54e0d8d2.tar.zst
Another set of UI updates (FAB returns, a few others) (#281)
* Bring back the FAB and move compose out of the footer

* Increase the touch target sizes of the header back btns (close #279)

* Trigger 'load more' sooner (close #280)
Diffstat (limited to 'src/view/com/posts/Feed.tsx')
-rw-r--r--src/view/com/posts/Feed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/posts/Feed.tsx b/src/view/com/posts/Feed.tsx
index f919c6208..5751faa68 100644
--- a/src/view/com/posts/Feed.tsx
+++ b/src/view/com/posts/Feed.tsx
@@ -168,7 +168,7 @@ export const Feed = observer(function Feed({
           onScroll={onScroll}
           onRefresh={onRefresh}
           onEndReached={onEndReached}
-          onEndReachedThreshold={0.25}
+          onEndReachedThreshold={0.6}
           removeClippedSubviews={true}
           contentInset={{top: headerOffset}}
           contentOffset={{x: 0, y: headerOffset * -1}}