diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-26 21:40:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 21:40:40 -0500 |
| commit | 463661dd53a842485b9dff4df7ac54344615a000 (patch) | |
| tree | c873c3a6f5e29cd94c9008bf96cc29cc37ae46b3 /src/screens/search | |
| parent | 6083aa78b0b2b7c8b5a9a79381f68297bdb2e189 (diff) | |
| parent | f70fce1db38e492ea7c18f268859792ef9433f40 (diff) | |
Merge branch 'master' into tma664-sp-white-screen-fix
Diffstat (limited to 'src/screens/search')
| -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 f0be7c9e..84efa931 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -139,7 +139,7 @@ const SearchScreen: React.FC = () => { return ( <SearchBackground> - <StatusBar /> + <StatusBar barStyle="dark-content" /> <ScrollView scrollEnabled={!searching} keyboardShouldPersistTaps={'always'} |
