From 53d7d719f0451ded99931fb524f9347ba6f2f702 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 30 Nov 2021 13:30:41 +0100 Subject: [PATCH] [#12858] [ANDROID] Changing screen orientation results in breaking images / layout Signed-off-by: andrey --- src/status_im/navigation/roots.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/navigation/roots.cljs b/src/status_im/navigation/roots.cljs index d9e3a750cf..c4eb529ec9 100644 --- a/src/status_im/navigation/roots.cljs +++ b/src/status_im/navigation/roots.cljs @@ -35,6 +35,7 @@ (defn default-root [] {:layout {:componentBackgroundColor colors/white + :orientation "portrait" :backgroundColor colors/white}}) (defn merge-top-bar [root-options options]