diff options
author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-10 19:02:29 -0500 |
---|---|---|
committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-10 19:02:29 -0500 |
commit | 5fdfc0b83e7ccdb75d047d13691fc70753a875af (patch) | |
tree | 7189080052bcc91a24171a4d2b13ef781227ad9b /src/screens | |
parent | 594de4668248bac9b744e6882329183c95ac339c (diff) |
Add simple, non-animated dynamic placeholder
Diffstat (limited to 'src/screens')
-rw-r--r-- | src/screens/search/SearchScreen.tsx | 2 |
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} |