mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 13:58:24 +00:00
fix screen orientation on android (#13218)
This commit is contained in:
parent
91e85a28f9
commit
fd89e73e07
@ -26,6 +26,9 @@
|
||||
(defonce modals (atom []))
|
||||
(defonce dissmissing (atom false))
|
||||
|
||||
(defonce set-navigation-default-options
|
||||
(.setDefaultOptions Navigation (clj->js {:layout {:orientation "portrait"}})))
|
||||
|
||||
;; REGISTER COMPONENT (LAZY)
|
||||
(defn reg-comp [key]
|
||||
(log/debug "reg-comp" key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user