fix status-bar on Android

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-11-02 09:43:49 +01:00
parent adca53f3ec
commit 8dc6d8d467
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
{:component {:name comp
:id comp
:options (merge (cond-> (roots/status-bar-options)
(and platform/android? (quo.colors/dark?))
(and platform/android? (not (quo.colors/dark?)))
(assoc-in [:statusBar :translucent] true))
{:layout {:componentBackgroundColor (if platform/android?
(:backdrop @quo.colors/theme)