diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-07 11:46:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 11:46:26 -0500 |
commit | 0407e93ef869e6461388ae9e8a3463b9de1247f3 (patch) | |
tree | 92a8828c2e657e9746ae44dc9c62e11687ef37bd /src | |
parent | e27cd0098ff6543eec05f80ca54a3a5f65a25d47 (diff) | |
download | voidsky-0407e93ef869e6461388ae9e8a3463b9de1247f3.tar.zst |
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/posts/Feed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/posts/Feed.tsx b/src/view/com/posts/Feed.tsx index 172124729..9f6c1f49f 100644 --- a/src/view/com/posts/Feed.tsx +++ b/src/view/com/posts/Feed.tsx @@ -169,6 +169,7 @@ export const Feed = observer(function Feed({ onRefresh={onRefresh} tintColor={pal.colors.text} titleColor={pal.colors.text} + progressViewOffset={headerOffset} /> } contentContainerStyle={s.contentContainer} @@ -178,7 +179,6 @@ export const Feed = observer(function Feed({ removeClippedSubviews={true} contentInset={{top: headerOffset}} contentOffset={{x: 0, y: headerOffset * -1}} - progressViewOffset={headerOffset} /> )} </View> |