Set the section list to wait for interactions before updating the unread indicator (#1093)
This commit is contained in:
parent
9684328123
commit
9c89fe2907
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class List extends PureComponent {
|
|||
stickySectionHeadersEnabled={false}
|
||||
viewabilityConfig={{
|
||||
viewAreaCoveragePercentThreshold: 3,
|
||||
waitForInteraction: false
|
||||
waitForInteraction: true
|
||||
}}
|
||||
/>
|
||||
<UnreadIndicator
|
||||
|
|
|
|||
Loading…
Reference in a new issue