diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index cf51f52ff5..d5cd6ffdc0 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -537,12 +537,7 @@ let SearchScreenInner = ({ ( - + section.title)} {...props} /> )} @@ -851,14 +846,13 @@ export function SearchScreen( if (isWeb) setHeaderHeight(evt.nativeEvent.layout.height) }} style={[ - t.atoms.bg, web({ position: 'sticky', top: 0, zIndex: 1, }), ]}> - + {!gtMobile && !showAutocomplete && ( )} @@ -918,6 +912,23 @@ export function SearchScreen( )} + + {showFilters && gtMobile && ( + + + + + + )}