rm todo
This commit is contained in:
@@ -599,7 +599,7 @@ export function SearchScreen(
|
|||||||
setSearchText(queryTerm)
|
setSearchText(queryTerm)
|
||||||
setInputIsFocused(false)
|
setInputIsFocused(false)
|
||||||
} else {
|
} else {
|
||||||
if (isWeb) {
|
if (isWeb && queryTerm) {
|
||||||
navigation.goBack()
|
navigation.goBack()
|
||||||
} else {
|
} else {
|
||||||
navigation.setParams({q: ''})
|
navigation.setParams({q: ''})
|
||||||
@@ -662,7 +662,6 @@ export function SearchScreen(
|
|||||||
return match && match[1]
|
return match && match[1]
|
||||||
}, [queryTerm])
|
}, [queryTerm])
|
||||||
|
|
||||||
// TODO ???
|
|
||||||
useFocusEffect(
|
useFocusEffect(
|
||||||
React.useCallback(() => {
|
React.useCallback(() => {
|
||||||
setMinimalShellMode(false)
|
setMinimalShellMode(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user