Properly set isInputFocused (#666)

zio/stable
William 2023-05-17 10:41:54 -04:00 committed by GitHub
parent 6dde5ede34
commit d7826a3334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export const SearchScreen = withAuthRequired(
<TouchableWithoutFeedback onPress={onPress} accessible={false}> <TouchableWithoutFeedback onPress={onPress} accessible={false}>
<View style={[pal.view, styles.container]}> <View style={[pal.view, styles.container]}>
<HeaderWithInput <HeaderWithInput
isInputFocused={true} isInputFocused={isInputFocused}
query={query} query={query}
setIsInputFocused={setIsInputFocused} setIsInputFocused={setIsInputFocused}
onChangeQuery={onChangeQuery} onChangeQuery={onChangeQuery}