Skip to content

Commit 50f7e09

Browse files
mrejdakGCyganek
andauthored
Update src/pages/Search/EmptySearchView.tsx
Co-authored-by: Gabriel Cyganek <39878361+GCyganek@users.noreply.github.com>
1 parent 54a5972 commit 50f7e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Search/EmptySearchView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ function EmptySearchViewContent({
444444
<Animated.ScrollView
445445
showsVerticalScrollIndicator={false}
446446
contentContainerStyle={[styles.flexGrow1, styles.flexShrink0, contentContainerStyle, {minHeight: windowHeight}]}
447-
scrollEventThrottle={16}
447+
scrollEventThrottle={CONST.MIN_SMOOTH_SCROLL_EVENT_THROTTLE}
448448
onScroll={onScroll}
449449
>
450450
<GenericEmptyStateComponent

0 commit comments

Comments
 (0)