Skip to content

Commit 6255e8c

Browse files
authored
Merge pull request Expensify#69733 from truph01/fix/69274
fix: revert change in pr 63943
2 parents 347b907 + c8e7cd9 commit 6255e8c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/Search/SearchRouter/SearchRouter.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {findFocusedRoute, useNavigationState} from '@react-navigation/native';
22
import {deepEqual} from 'fast-equals';
33
import React, {forwardRef, useCallback, useEffect, useMemo, useRef, useState} from 'react';
44
import type {TextInputProps} from 'react-native';
5-
import {InteractionManager, Keyboard, View} from 'react-native';
5+
import {InteractionManager, View} from 'react-native';
66
import type {ValueOf} from 'type-fest';
77
import HeaderWithBackButton from '@components/HeaderWithBackButton';
88
import * as Expensicons from '@components/Icon/Expensicons';
@@ -466,8 +466,6 @@ function SearchRouter({onRouterClose, shouldHideInputCaret, isSearchRouterDispla
466466
style={[styles.flex1, modalWidth, styles.h100, !shouldUseNarrowLayout && styles.mh85vh]}
467467
testID={SearchRouter.displayName}
468468
ref={ref}
469-
onStartShouldSetResponder={() => true}
470-
onResponderRelease={Keyboard.dismiss}
471469
>
472470
{shouldUseNarrowLayout && (
473471
<HeaderWithBackButton

0 commit comments

Comments
 (0)