fix status-bar on Android
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
adca53f3ec
commit
8dc6d8d467
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue