diff --git a/src/components/modals/ContactListModal.tsx b/src/components/modals/ContactListModal.tsx index 846394f616f..3e2cd0daa43 100644 --- a/src/components/modals/ContactListModal.tsx +++ b/src/components/modals/ContactListModal.tsx @@ -68,6 +68,7 @@ export function ContactListModal({ bridge, contactType, contactName }: Props) { return ( { renderItem={this.renderPending} renderSectionHeader={this.headerRowUsingTitle} sections={this.pendingRequestHeaders()} + stickySectionHeadersEnabled={false} onEndReached={this.pendingLazyLoad} onEndReachedThreshold={SCROLL_THRESHOLD} /> @@ -556,6 +557,7 @@ class FioRequestList extends React.Component { renderItem={this.renderSent} renderSectionHeader={this.headerRowUsingTitle} sections={this.sentRequestHeaders()} + stickySectionHeadersEnabled={false} onEndReached={this.sentLazyLoad} onEndReachedThreshold={SCROLL_THRESHOLD} /> diff --git a/src/components/scenes/SpendingLimitsScene.tsx b/src/components/scenes/SpendingLimitsScene.tsx index 21427811c5a..2aaafd1345b 100644 --- a/src/components/scenes/SpendingLimitsScene.tsx +++ b/src/components/scenes/SpendingLimitsScene.tsx @@ -76,6 +76,7 @@ export const SpendingLimitsScene = (props: Props) => {