aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/search/SearchScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx
index 4505163c..9f98b4d7 100644
--- a/src/screens/search/SearchScreen.tsx
+++ b/src/screens/search/SearchScreen.tsx
@@ -113,6 +113,7 @@ const SearchScreen: React.FC = () => {
setSearching(true);
};
const handleBlur = () => {
+ setQuery('');
Keyboard.dismiss();
const topOutConfig = {
duration: 180,