[#12858] [ANDROID] Changing screen orientation results in breaking images / layout

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-11-30 13:30:41 +01:00
parent 46c023920c
commit 53d7d719f0
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
(defn default-root []
{:layout {:componentBackgroundColor colors/white
:orientation "portrait"
:backgroundColor colors/white}})
(defn merge-top-bar [root-options options]