We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a5b4d commit 7938b89Copy full SHA for 7938b89
1 file changed
src/components/Search/index.tsx
@@ -1553,7 +1553,7 @@ function Search({
1553
type={type}
1554
hasResults={searchResults?.search?.hasResults}
1555
queryJSON={queryJSON}
1556
- onScroll={isInLandscapeMode ? onSearchListScroll : undefined}
+ onScroll={onSearchListScroll}
1557
contentContainerStyle={isInLandscapeMode ? styles.searchListContentContainerStyles : undefined}
1558
/>
1559
</View>
0 commit comments