aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-10 19:02:29 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-10 19:02:29 -0500
commit5fdfc0b83e7ccdb75d047d13691fc70753a875af (patch)
tree7189080052bcc91a24171a4d2b13ef781227ad9b /src/screens
parent594de4668248bac9b744e6882329183c95ac339c (diff)
Add simple, non-animated dynamic placeholder
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/search/SearchScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx
index 089e0d27..59b17f57 100644
--- a/src/screens/search/SearchScreen.tsx
+++ b/src/screens/search/SearchScreen.tsx
@@ -167,7 +167,7 @@ const SearchScreen: React.FC = () => {
onBlur={handleBlur}
onFocus={handleFocus}
value={query}
- {...{top}}
+ {...{top, searching}}
/>
<ScrollView
scrollEnabled={!searching}