Reduce confusing visual feedback while scrolling

This commit is contained in:
Paul Frazee 2022-12-18 16:43:18 -06:00
parent c3caf4826e
commit 36dc1c7525
12 changed files with 46 additions and 14 deletions

View file

@ -109,7 +109,7 @@ export const FeedItem = observer(function FeedItem({
style={{marginTop: 2}}
/>
) : undefined}
<Link style={outerStyles} href={itemHref} title={itemTitle}>
<Link style={outerStyles} href={itemHref} title={itemTitle} noFeedback>
{isChild && <View style={styles.topReplyLine} />}
{item._isThreadParent && (
<View