Skip to content

Commit

Permalink
fix status-bar on Android
Browse files Browse the repository at this point in the history
Signed-off-by: andrey <motor4ik@gmail.com>
  • Loading branch information
flexsurfer committed Nov 2, 2021
1 parent adca53f commit 8dc6d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/navigation/core.cljs
Expand Up @@ -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)
Expand Down

0 comments on commit 8dc6d8d

Please sign in to comment.