Skip to content

Commit 7938b89

Browse files
committed
fix top bar staying hidden on rotation
1 parent a3a5b4d commit 7938b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ function Search({
15531553
type={type}
15541554
hasResults={searchResults?.search?.hasResults}
15551555
queryJSON={queryJSON}
1556-
onScroll={isInLandscapeMode ? onSearchListScroll : undefined}
1556+
onScroll={onSearchListScroll}
15571557
contentContainerStyle={isInLandscapeMode ? styles.searchListContentContainerStyles : undefined}
15581558
/>
15591559
</View>

0 commit comments

Comments
 (0)